Skip to content

Commit

Permalink
Fix ubuntu CI
Browse files Browse the repository at this point in the history
  • Loading branch information
baderouaich committed Jun 27, 2024
1 parent 00f23e9 commit 5253e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
sudo apt install gcc-12 g++-12
- name: Installing necessary system libraries
run: sudo apt install cmake libgl1-mesa-dev libxi-dev libx11-dev libxcursor-dev libxrandr-dev libxcomposite-dev libxinerama-dev libtbb-dev
run: sudo apt install cmake libgl1-mesa-dev libxi-dev libx11-dev xorg-dev libwayland-dev libxkbcommon-dev libxcursor-dev libxrandr-dev libxcomposite-dev libxinerama-dev libtbb-dev

- name: Generating CMake Project & Build project
run: mkdir build && cd build && cmake .. -GNinja -DCMAKE_BUILD_TYPE=Release && ninja -j$(nproc) -DCMAKE_CXX_COMPILER=g++-12 -DCMAKE_C_COMPILER=gcc-12
Expand Down

0 comments on commit 5253e35

Please sign in to comment.