Skip to content

Commit

Permalink
[CI] Fix workflows/build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarod42 committed Oct 16, 2024
1 parent 8131963 commit 1d79d4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ jobs:
Build-GuiSan:
runs-on: ubuntu-latest
steps:
- run: sudo apt install build-essential libsdl2-dev libsdl2-ttf-dev libsdl2-image-dev libsdl2-mixer-dev scons
- run: |
sudo apt update
sudo apt install build-essential libsdl2-dev libsdl2-ttf-dev libsdl2-image-dev libsdl2-mixer-dev scons
- name: Check out repository code
uses: actions/checkout@v4
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
Expand Down

0 comments on commit 1d79d4c

Please sign in to comment.