Skip to content

Commit 901b515

Browse files
committed
maybe fix CI
1 parent 46597e4 commit 901b515

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: .github/workflows/run-tests.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,13 @@ jobs:
2424
- name: Install deps
2525
run: |
2626
apt update
27-
apt install -y libgtk-4-dev cargo rust-clippy
27+
apt install -y libgtk-4-dev cargo rust-clippy meson
2828
2929
- name: Run sccache-cache
3030
uses: mozilla-actions/[email protected]
3131

32-
- run: cargo build --verbose
32+
- run: meson setup build
33+
- run: meson install -C build
3334
- run: cargo test --verbose
3435

3536
- uses: giraffate/clippy-action@v1

0 commit comments

Comments
 (0)