We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b983f55 commit 8abd0d3Copy full SHA for 8abd0d3
2 files changed
.github/workflows/build.yml
@@ -24,7 +24,9 @@ jobs:
24
submodules: true
25
26
- name: install packages (linux)
27
- run: sudo apt-get install ninja-build libsdl2-dev
+ run: |
28
+ sudo apt-get update
29
+ sudo apt-get install ninja-build libsdl2-dev
30
if: matrix.os == 'ubuntu-latest'
31
32
- name: install packages (macos)
.github/workflows/build_release.yml
0 commit comments