We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46597e4 commit 901b515Copy full SHA for 901b515
.github/workflows/run-tests.yml
@@ -24,12 +24,13 @@ jobs:
24
- name: Install deps
25
run: |
26
apt update
27
- apt install -y libgtk-4-dev cargo rust-clippy
+ apt install -y libgtk-4-dev cargo rust-clippy meson
28
29
- name: Run sccache-cache
30
uses: mozilla-actions/[email protected]
31
32
- - run: cargo build --verbose
+ - run: meson setup build
33
+ - run: meson install -C build
34
- run: cargo test --verbose
35
36
- uses: giraffate/clippy-action@v1
0 commit comments