Skip to content

Commit 5305cc2

Browse files
committed
Specify netcat version
1 parent e66f5da commit 5305cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
#PROGRAM_FOLDER: ${{matrix.env.PROGRAM_FOLDER}}
5151
- name: Install netcat
5252
run: |
53-
sudo apt-get update && sudo apt-get install -y netcat
53+
sudo apt-get install -y netcat-openbsd
5454
- name: Wait for dashboard client
5555
run: |
5656
./.github/helpers/wait_for_dashboard_server.sh

0 commit comments

Comments
 (0)