Skip to content

Commit

Permalink
netcat package has been renamed in latest Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelherger committed Aug 26, 2024
1 parent 795c531 commit b5be95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/00_smoketest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
if [ "$ACT" == "true" ]; then
sudo apt-get update
fi
sudo apt-get install -y libio-socket-ssl-perl libnet-ssleay-perl netcat
sudo apt-get install -y libio-socket-ssl-perl libnet-ssleay-perl netcat-traditional
- name: Test Strings File
run: perl -ICPAN t/verifyStrings.pl
Expand Down

0 comments on commit b5be95b

Please sign in to comment.