Skip to content

Commit

Permalink
CI: use destdir
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthGandalf committed Jan 11, 2025
1 parent f6374ad commit c5988ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install deps
run: |
apt update
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
# TODO: Once this porting project is done, switch to stable
- run: rustup update --no-self-update nightly && rustup default nightly
Expand All @@ -33,7 +33,8 @@ jobs:
uses: mozilla-actions/[email protected]

- run: meson setup build
- run: meson install -C build
- run: meson compile -C build
- run: DESTDIR=/tmp/inst meson install -C build
- run: cargo test --verbose

- uses: giraffate/clippy-action@v1
Expand Down

0 comments on commit c5988ba

Please sign in to comment.