Skip to content

Commit b6cb72c

Browse files
add pkg
1 parent 474fadf commit b6cb72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Install dependencies
6060
if: matrix.os != 'windows-latest'
6161
run: |
62-
sudo apt-get install libxmu-dev libxi-dev libgl-dev
62+
sudo apt-get install libxmu-dev libxi-dev libgl-dev libxrandr-dev xinerama xcursor xorg libglu1-mesa pkg-config
6363
6464
- name: Configure CMake
6565
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.

0 commit comments

Comments
 (0)