We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6374ad commit c5988baCopy full SHA for c5988ba
.github/workflows/run-tests.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install deps
25
run: |
26
apt update
27
- apt install -y libgtk-4-dev rustup meson gettext blueprint-compiler desktop-file-utils libxml2-utils
+ apt install -y libgtk-4-dev rustup meson gettext blueprint-compiler libxml2-utils
28
29
# TODO: Once this porting project is done, switch to stable
30
- run: rustup update --no-self-update nightly && rustup default nightly
@@ -33,7 +33,8 @@ jobs:
33
uses: mozilla-actions/[email protected]
34
35
- run: meson setup build
36
- - run: meson install -C build
+ - run: meson compile -C build
37
+ - run: DESTDIR=/tmp/inst meson install -C build
38
- run: cargo test --verbose
39
40
- uses: giraffate/clippy-action@v1
0 commit comments