Skip to content

Commit 61d9afb

Browse files
committed
CI/code-quality: Check gui_vm/gtk_display example
Verify that the the executable gui_vm (and its dependency gtk_display) examples can compile without warnings using `cargo clippy`. This requires a newer version of GTK than we have in the CI, to solve build the required GTK version from source and cache the built GTK libraries in Github cache. Signed-off-by: Matej Hrica <[email protected]>
1 parent 709342b commit 61d9afb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code-quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
with:
8383
path: ~/gtk-prefix
8484
key: ${{ runner.os }}-${{ runner.arch }}-gtk-4.16.0
85-
85+
8686
- name: Install GTK system dependencies
8787
run: |
8888
sudo apt-get update
@@ -123,7 +123,7 @@ jobs:
123123
# Install build-only dependencies
124124
sudo apt-get install -yqq --no-install-recommends \
125125
build-essential \
126-
meson \
126+
meson \s
127127
ninja-build
128128
129129

0 commit comments

Comments
 (0)