1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00

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