diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a66d8296b..79f3bfcf7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -161,7 +161,7 @@ jobs: - name: Configure run: | meson setup build ${{ matrix.config.args }} -Dbuildtype=${{ matrix.config.buildtype }} - meson configure + meson configure build - name: Build run: meson compile -C build