Skip to content

Commit

Permalink
Install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaivel committed Dec 3, 2023
1 parent 4d103f7 commit 6283677
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ jobs:
run: |
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
- name: Install dependenices
run: >
if [[ ${{ matrix.os }} == "ubuntu-latest" ]]; then
sudo apt-get install -y libepoxy-dev libsdl2-dev libx11-dev
fi
# removed -DCMAKE_GENERATOR_PLATFORM=${{ matrix.arch }}
- name: Configure CMake
run: >
Expand Down

0 comments on commit 6283677

Please sign in to comment.