We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9e7548 commit 0a0ad8cCopy full SHA for 0a0ad8c
1 file changed
.github/workflows/ci.yml
@@ -128,6 +128,19 @@ jobs:
128
distribution: 'temurin'
129
java-version: '17'
130
131
+ - name: Install Linux dependencies
132
+ if: matrix.os == 'ubuntu-latest'
133
+ run: |
134
+ sudo apt-get update
135
+ sudo apt-get install -y \
136
+ libgtk-3-dev \
137
+ libblkid-dev \
138
+ liblzma-dev \
139
+ pkg-config \
140
+ cmake \
141
+ ninja-build \
142
+ clang
143
+
144
- name: Build cnativeapi example Android
145
if: matrix.os == 'ubuntu-latest'
146
run: |
0 commit comments