Skip to content

Commit 5c46424

Browse files
committed
adding libgtk-3-dev for native file dialog
1 parent c5bdb3f commit 5c46424

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)