[ci] Remove no longer needed workaround
Meson seems to take care of this itself now.
This commit is contained in:
parent
4d86c65c7a
commit
842e26d32c
|
@ -42,9 +42,6 @@ jobs:
|
||||||
pip install --upgrade meson ninja fonttools
|
pip install --upgrade meson ninja fonttools
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
# This dir contains a pkg-config which meson will happily use and later fail, so remove it
|
|
||||||
$env:path = ($env:path.Split(';') | Where-Object { $_ -ne 'C:\Strawberry\perl\bin' }) -join ';'
|
|
||||||
|
|
||||||
meson setup build `
|
meson setup build `
|
||||||
--wrap-mode=forcefallback `
|
--wrap-mode=forcefallback `
|
||||||
--buildtype=release `
|
--buildtype=release `
|
||||||
|
|
Loading…
Reference in New Issue