summaryrefslogtreecommitdiff
path: root/.github/workflows/meson-gcc-10.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/meson-gcc-10.yml')
-rw-r--r--.github/workflows/meson-gcc-10.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/meson-gcc-10.yml b/.github/workflows/meson-gcc-10.yml
index 46cc6b5..d358d7f 100644
--- a/.github/workflows/meson-gcc-10.yml
+++ b/.github/workflows/meson-gcc-10.yml
@@ -19,7 +19,7 @@ jobs:
# Install it with pip3 instead of apt.
sudo pip3 install "meson>=0.55.0"
export CXX=g++-10
- meson -Dwarnings=fatal -Dwarning_level=3 -Dwerror=true _build
+ meson setup -Dwarnings=fatal -Dwarning_level=3 -Dwerror=true _build
cd _build
meson compile
- name: Test