Skip to content

Commit

Permalink
Try to fix Linux workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaivel committed Jan 23, 2024
1 parent c53211b commit 9a814e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Install dependenices
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get install -y libepoxy-dev libsdl2-dev libx11-dev
sudo apt-get update && sudo apt-get install -y libepoxy-dev libsdl2-dev libx11-dev
- name: Configure CMake for Linux
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 9a814e0

Please sign in to comment.