ci: Fix meson configure call

This commit is contained in:
arch1t3cht 2024-04-18 15:26:52 +02:00
parent 2f300ab1d3
commit 6ccf67359d

View file

@ -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