Skip to content

Commit 9e0ffa8

Browse files
committed
Use meson setup command explicitly
Invoking "meson $DIR" without "setup" is deprecated.
1 parent b97ea81 commit 9e0ffa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ jobs:
6262
ccache -s
6363
- name: Build Examples
6464
run: |
65-
meson _build || cat _build/meson-logs/meson-log.txt
65+
meson setup _build || cat _build/meson-logs/meson-log.txt
6666
ninja -C _build

0 commit comments

Comments
 (0)