Skip to content

Commit

Permalink
feat(cicd): add install test
Browse files Browse the repository at this point in the history
  • Loading branch information
BradleyChatha committed Oct 28, 2023
1 parent 40bc3f1 commit 09e711a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
compiler: ldc-latest

- name: Configure Meson
run: meson setup build --prefix ./install
run: meson setup build --prefix $(pwd)/install

- name: Build
run: meson compile -C build
Expand Down

0 comments on commit 09e711a

Please sign in to comment.