File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,10 +55,10 @@ jobs:
5555 run : |
5656 echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
5757
58- - name : Install GLFW dependencies
59- # Install glfw dependiencies on ubuntu
58+ - name : Install dependencies on ubuntu
59+ # Install thirdparty dependiencies on ubuntu
6060 if : matrix.os == 'ubuntu-latest'
61- run : sudo apt install -y libgl1-mesa-dev libxrandr-dev libxinerama-dev libxkbfile-dev libxcursor-dev libxi-dev
61+ run : sudo apt install -y libgl1-mesa-dev libxrandr-dev libxinerama-dev libxkbfile-dev libxcursor-dev libxi-dev libgtk-3-dev
6262
6363 - name : Configure CMake
6464 # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
You can’t perform that action at this time.
0 commit comments