Skip to content

Commit cd7a717

Browse files
committed
CI: ubuntu use new netcat-openbsd package name
Since ubuntu-24.04 the netcat name is no longer supported and apt expects either netcat-openbsd or netcat-traditional. Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
1 parent ee395fd commit cd7a717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: '[Linux] Install dependencies'
9797
if: runner.os == 'Linux'
9898
run: |
99-
sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev netcat
99+
sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev netcat-openbsd
100100
101101
# Compiler to test with
102102
- name: Prepare compiler

0 commit comments

Comments
 (0)