Skip to content

Commit

Permalink
Update release_compilation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Moderrek authored Dec 8, 2024
1 parent 1f65eeb commit 1f16da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: git submodule update --init --recursive

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y libgl1-mesa-dev libwayland-dev wayland-protocols libxkbcommon-dev libxrandr-dev libxinerama-dev
run: sudo apt-get update && sudo apt-get install -y libgl1-mesa-dev libwayland-dev wayland-protocols libxkbcommon-dev xorg-dev

- name: Clear CMake Cache
run: rm -rf build/*
Expand Down

0 comments on commit 1f16da3

Please sign in to comment.