Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
antony-jr committed Nov 17, 2023
1 parent 23191d4 commit 8b087a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
ninja:p
pkgconf:p
qt5-base:p
p7zip:p
- name: Make Output Directory
run: |
Expand All @@ -42,7 +43,7 @@ jobs:
meson setup "${{github.workspace}}/build" --prefix "${{github.workspace}}/output/QArchive" -Dauto_features=disabled -Dwarning_level=3 -Dcpp_std=c++20
meson compile -C "${{github.workspace}}/build" --verbose
meson test -C "${{github.workspace}}/build" --verbose
meson install -C "${{github.workspace}}/build" --destdir "${{github.workspace}}/output/QArchive"
meson install -C "${{github.workspace}}/build"
- name: Check Contents
working-directory: ${{github.workspace}}
Expand Down

0 comments on commit 8b087a5

Please sign in to comment.