Skip to content

Commit

Permalink
fix: need builddir arg
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Aug 5, 2024
1 parent 38d89ab commit 0db7c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ jobs:
- name: dump all build options
run: meson configure iguana_build --no-pager
- name: dump project build options
run: iguana_src/meson/dump-build-options.sh
run: iguana_src/meson/dump-build-options.sh iguana_build
- run: meson compile
working-directory: iguana_build
- run: meson install
Expand Down

0 comments on commit 0db7c16

Please sign in to comment.