no need to install openssl or netcat in CI

This commit is contained in:
WebFreak001 2023-03-22 02:16:44 +01:00
parent a24824679d
commit 0fd2c13391
No known key found for this signature in database
GPG Key ID: AEFC88D11109D1AA
1 changed files with 0 additions and 5 deletions

View File

@ -16,11 +16,6 @@ jobs:
# we first create a comment thanking the user in pr_info_intro.yml
# (separate step due to needing GITHUB_TOKEN access)
- name: '[Linux] Install dependencies'
if: runner.os == 'Linux'
run: |
sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev netcat
# Compiler to test with
- name: Prepare compiler
uses: dlang-community/setup-dlang@v1