We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9608485 commit 8cf9b9eCopy full SHA for 8cf9b9e
1 file changed
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
with:
12
submodules: true
13
- name: Install Dependencies
14
- run: sudo add-apt-repository ppa:ubuntu-toolchain-r/test && sudo apt-get update && sudo apt-get install cmake g++-8 ninja-build -y --no-install-recommends
+ run: sudo add-apt-repository ppa:ubuntu-toolchain-r/test && sudo apt-get update && sudo apt-get install cmake g++-8 ninja-build libgtk-3-dev -y --no-install-recommends
15
- name: Build
16
run: mkdir -p build; cd build; export CC=/usr/bin/gcc-8; export CXX=/usr/bin/g++-8; cmake -G "Ninja" -DCMAKE_BUILD_TYPE=Release .. && cmake --build . --config release --target install
17
- name: Upload Artifacts
0 commit comments