mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-15 04:24:28 +00:00
infra CI: Fix test flag of test build
test -> tests
This commit is contained in:
parent
20c68e3b37
commit
0d28bdfc07
1 changed files with 1 additions and 1 deletions
2
.github/workflows/actions.yml
vendored
2
.github/workflows/actions.yml
vendored
|
@ -65,6 +65,6 @@ jobs:
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
meson . build -Dtest=true --errorlogs
|
meson . build -Dtests=true --errorlogs
|
||||||
cd build
|
cd build
|
||||||
sudo ninja -C . install test
|
sudo ninja -C . install test
|
||||||
|
|
Loading…
Add table
Reference in a new issue