Skip to content

Commit

Permalink
Update apt-cache when building Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
xycaleth authored Jan 9, 2021
1 parent 30c3129 commit d8dba2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:

- name: Create Build Environment
run: |
sudo apt-get update
sudo apt-get install libjpeg-dev libpng-dev zlib1g-dev libsdl2-dev
cmake -E make_directory ${{runner.workspace}}/build
- name: Configure CMake
Expand Down

0 comments on commit d8dba2c

Please sign in to comment.