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 34130eb commit 1f39233Copy full SHA for 1f39233
.github/workflows/debianbuild.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: install system package
36
run: |
37
apt update -y
38
- apt install libsdl2-dev -y
+ apt install libsdl2-dev curl jq -y
39
40
- name: Set up Dependency rocky linux Environment
41
0 commit comments