Skip to content

Commit 57b02dc

Browse files
committed
install meson for successful caching build artifacts
1 parent 4460a95 commit 57b02dc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/run-dev-tests.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,13 @@ jobs:
4242
uses: taiki-e/install-action@v2
4343
with:
4444
tool: cargo-nextest,cargo-llvm-cov,cargo-binstall,just
45+
- uses: actions/setup-python@v5
46+
with:
47+
python-version: 3.x
48+
- name: Install workflow deps
49+
run: python3 -m pip install meson
4550
- run: just test
46-
continue-on-error: true
51+
# continue-on-error: true
4752
- name: save build as artifact
4853
uses: actions/upload-artifact@v4
4954
with:

0 commit comments

Comments
 (0)