Skip to content

Commit

Permalink
Fix workflow for linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
Laguna1989 committed Jan 22, 2022
1 parent 6c9b5f5 commit ee7bbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- uses: actions/checkout@v2

- name: Install system-wide dependencies
run: sudo apt-get update && sudo apt-get install -y libsfml-dev rsync
run: sudo apt-get update && sudo apt-get install -y libsfml-dev rsync libsdl2-dev libsdl2-mixer-dev libsdl2-ttf-dev libsdl2-image-dev

- name: CMake
run: cmake -B ${{github.workspace}}/build -DJT_ENABLE_UNITTESTS=OFF -DCMAKE_BUILD_TYPE=Release -DJT_ENABLE_DEMOS=OFF .
Expand Down

0 comments on commit ee7bbab

Please sign in to comment.