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 e9b0b69 commit 11f675fCopy full SHA for 11f675f
.github/workflows/workflow.yml
@@ -25,7 +25,7 @@ jobs:
25
cabal-version: ${{ matrix.cabal }}
26
27
- if: matrix.os == 'ubuntu-latest'
28
- run: sudo apt install -y libsdl2-dev
+ run: sudo apt update; sudo apt install -y libsdl2-dev
29
30
- if: matrix.os == 'macOS-latest'
31
run: brew install pkg-config SDL2
0 commit comments