Skip to content

Commit c5988ba

Browse files
committed
CI: use destdir
1 parent f6374ad commit c5988ba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/run-tests.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install deps
2525
run: |
2626
apt update
27-
apt install -y libgtk-4-dev rustup meson gettext blueprint-compiler desktop-file-utils libxml2-utils
27+
apt install -y libgtk-4-dev rustup meson gettext blueprint-compiler libxml2-utils
2828
2929
# TODO: Once this porting project is done, switch to stable
3030
- run: rustup update --no-self-update nightly && rustup default nightly
@@ -33,7 +33,8 @@ jobs:
3333
uses: mozilla-actions/[email protected]
3434

3535
- run: meson setup build
36-
- run: meson install -C build
36+
- run: meson compile -C build
37+
- run: DESTDIR=/tmp/inst meson install -C build
3738
- run: cargo test --verbose
3839

3940
- uses: giraffate/clippy-action@v1

0 commit comments

Comments
 (0)