no need to install openssl or netcat in CI
This commit is contained in:
parent
a24824679d
commit
0fd2c13391
|
|
@ -16,11 +16,6 @@ jobs:
|
||||||
# we first create a comment thanking the user in pr_info_intro.yml
|
# we first create a comment thanking the user in pr_info_intro.yml
|
||||||
# (separate step due to needing GITHUB_TOKEN access)
|
# (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
|
# Compiler to test with
|
||||||
- name: Prepare compiler
|
- name: Prepare compiler
|
||||||
uses: dlang-community/setup-dlang@v1
|
uses: dlang-community/setup-dlang@v1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue