mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-06 14:05:05 +00:00
[ci] Remove no longer needed workaround
Meson seems to take care of this itself now.
This commit is contained in:
parent
4d86c65c7a
commit
842e26d32c
1 changed files with 0 additions and 3 deletions
3
.github/workflows/msvc-ci.yml
vendored
3
.github/workflows/msvc-ci.yml
vendored
|
@ -42,9 +42,6 @@ jobs:
|
|||
pip install --upgrade meson ninja fonttools
|
||||
- name: Build
|
||||
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 `
|
||||
--wrap-mode=forcefallback `
|
||||
--buildtype=release `
|
||||
|
|
Loading…
Add table
Reference in a new issue