ci: Fix meson configure call
This commit is contained in:
parent
2f300ab1d3
commit
6ccf67359d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue