Skip to content

Commit

Permalink
Install netcat-openbsd in tests
Browse files Browse the repository at this point in the history
In Ubuntu 22.04 `netcat` was an alias for `netcat-openbsd`. This isn't present in 22.04 which base-notebook was recently upgraded to.
  • Loading branch information
manics committed Sep 14, 2024
1 parent 30e67eb commit e82cb60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
echo "::group::Install netcat, a test dependency"
docker exec --user root $container_id bash -c '
apt update
apt install -y netcat
apt install -y netcat-openbsd
'
echo "::endgroup::"
Expand Down

0 comments on commit e82cb60

Please sign in to comment.