We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee5b1a8 commit d8cc98eCopy full SHA for d8cc98e
.github/workflows/build-linux-gcc_x64.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@v4.2.2
18
19
- - run: sudo apt install gcc g++ make libsdl2-dev
+ - run: sudo apt install gcc g++ make libsdl2-dev libglu1-mesa libglu1-mesa-dev
20
21
- name: Configure CMake
22
run: cmake -B ${{github.workspace}}/build -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
0 commit comments