We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b97ea81 commit 9e0ffa8Copy full SHA for 9e0ffa8
1 file changed
.github/workflows/build.yml
@@ -62,5 +62,5 @@ jobs:
62
ccache -s
63
- name: Build Examples
64
run: |
65
- meson _build || cat _build/meson-logs/meson-log.txt
+ meson setup _build || cat _build/meson-logs/meson-log.txt
66
ninja -C _build
0 commit comments