Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Shwagginz committed Jul 3, 2024
1 parent 25c247d commit 7130d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: mk build dir
run: mkdir raylib/build
- name: install raylib deps
run: sudo apt install libasound2-dev libx11-dev libxrandr-dev libxi-dev libgl1-mesa-dev libglu1-mesa-dev libxcursor-dev libxinerama-dev libwayland-dev
run: sudo apt install libasound2-dev libx11-dev libxrandr-dev libxi-dev libgl1-mesa-dev libglu1-mesa-dev libxcursor-dev libxinerama-dev libwayland-dev libxkbcommon-x11-dev
- name: cmake 1
run: cmake raylib -DBUILD_SHARED_LIBS=ON -B raylib/build
- name: cmake 2
Expand Down

0 comments on commit 7130d5c

Please sign in to comment.