Skip to content

Commit

Permalink
fix: Remove superfluous netcat dependency from pr_info_untrusted action
Browse files Browse the repository at this point in the history
This is only needed for Dub's testsuite.
  • Loading branch information
Geod24 committed Dec 31, 2024
1 parent 059291d commit 060612a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_info_untrusted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: '[Linux] Install dependencies'
if: runner.os == 'Linux'
run: |
sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev netcat
sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev
# Compiler to test with
- name: Prepare compiler
Expand Down

0 comments on commit 060612a

Please sign in to comment.