Skip to content

Commit

Permalink
fix(ci): add apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapiz1 committed Nov 21, 2020
1 parent 566e032 commit 2a1b1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Install Dependencies on Ubuntu
if: runner.os == 'Linux'
run: sudo apt-get install libsdl2-*
run: sudo apt-get update && sudo apt-get install libsdl2-*

- name: Install Dependencies on macOS
if: runner.os == 'macOS'
Expand Down

0 comments on commit 2a1b1a7

Please sign in to comment.