Skip to content

Commit e82cb60

Browse files
committed
Install netcat-openbsd in tests
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.
1 parent 30e67eb commit e82cb60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
echo "::group::Install netcat, a test dependency"
6767
docker exec --user root $container_id bash -c '
6868
apt update
69-
apt install -y netcat
69+
apt install -y netcat-openbsd
7070
'
7171
echo "::endgroup::"
7272

0 commit comments

Comments
 (0)