Skip to content

Commit 11f675f

Browse files
authored
Update packages before installing deps (#239)
Prevents installation failures due outdated package index.
1 parent e9b0b69 commit 11f675f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cabal-version: ${{ matrix.cabal }}
2626

2727
- if: matrix.os == 'ubuntu-latest'
28-
run: sudo apt install -y libsdl2-dev
28+
run: sudo apt update; sudo apt install -y libsdl2-dev
2929

3030
- if: matrix.os == 'macOS-latest'
3131
run: brew install pkg-config SDL2

0 commit comments

Comments
 (0)