We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 420a6e1 commit 34353feCopy full SHA for 34353fe
1 file changed
.github/workflows/build.yml
@@ -12,9 +12,12 @@ jobs:
12
matrix:
13
os:
14
- macos-latest
15
+ - ubuntu-latest
16
include:
17
- os: macos-latest
18
platform: macos
19
+ - os: ubuntu-latest
20
+ platform: linux
21
22
runs-on: ${{ matrix.os }}
23
@@ -27,7 +30,7 @@ jobs:
27
30
cmake --version
28
31
if [ "${{ matrix.platform }}" = "linux" ]; then
29
32
sudo apt-get update
- sudo apt-get install -y ninja-build libgtk-3-dev
33
+ sudo apt-get install -y ninja-build libgtk-3-dev libx11-dev libxi-dev
34
fi
35
36
- name: Configure CMake
0 commit comments