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