mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-07 21:23:32 +00:00
infra/window: Remove version fix of meson
Version 0.58 find missing libraries and causes an error. (ex: libwebp 1.0). There is no need to fix the current version, so always use the latest version.
This commit is contained in:
parent
9e69089524
commit
509181bf2a
1 changed files with 5 additions and 4 deletions
9
.github/workflows/build_windows.yml
vendored
9
.github/workflows/build_windows.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
|
||||
- name: Install Packages
|
||||
run: |
|
||||
pip install meson==0.58.0 ninja
|
||||
pip install meson ninja
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
@ -38,7 +38,7 @@ jobs:
|
|||
|
||||
- name: Install Packages
|
||||
run: |
|
||||
pip install meson==0.58.0 ninja
|
||||
pip install meson ninja
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
@ -59,7 +59,7 @@ jobs:
|
|||
|
||||
- name: Install Packages
|
||||
run: |
|
||||
pip install meson==0.58.0 ninja
|
||||
pip install meson ninja
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
@ -70,4 +70,5 @@ jobs:
|
|||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: UnitTestReport
|
||||
path: build/meson-logs/testlog.txt
|
||||
path: build/meson-logs/testlog.txt
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue