Skip to content

Commit

Permalink
Install C deps in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
t4ccer committed Sep 15, 2024
1 parent cb5c377 commit 7245949
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
components: rustfmt, clippy
targets: wasm32-unknown-unknown

- name: Install raylib dependencies
if: matrix.os == 'ubuntu-latest'
run: apt-get update -y && apt-get install libasound2-dev mesa-common-dev libx11-dev libxrandr-dev libxi-dev xorg-dev libgl1-mesa-dev libglu1-mesa-dev -y

- name: Add mingw64 to path for x86_64-gnu
if: matrix.os == 'windows-latest'
run: echo "C:\msys64\mingw64\bin" >> $GITHUB_PATH
Expand Down

0 comments on commit 7245949

Please sign in to comment.