From 0fd2c13391135e2ec48620222031643226ddbf52 Mon Sep 17 00:00:00 2001 From: WebFreak001 Date: Wed, 22 Mar 2023 02:16:44 +0100 Subject: [PATCH] no need to install openssl or netcat in CI --- .github/workflows/pr_info_untrusted.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/pr_info_untrusted.yml b/.github/workflows/pr_info_untrusted.yml index 9a027b8..59a63d0 100644 --- a/.github/workflows/pr_info_untrusted.yml +++ b/.github/workflows/pr_info_untrusted.yml @@ -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