We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66f5da commit 5305cc2Copy full SHA for 5305cc2
.github/workflows/build.yaml
@@ -50,7 +50,7 @@ jobs:
50
#PROGRAM_FOLDER: ${{matrix.env.PROGRAM_FOLDER}}
51
- name: Install netcat
52
run: |
53
- sudo apt-get update && sudo apt-get install -y netcat
+ sudo apt-get install -y netcat-openbsd
54
- name: Wait for dashboard client
55
56
./.github/helpers/wait_for_dashboard_server.sh
0 commit comments