[ci] Remove no longer needed workaround

Meson seems to take care of this itself now.
This commit is contained in:
Khaled Hosny 2023-01-17 17:02:56 +02:00 committed by خالد حسني (Khaled Hosny)
parent 4d86c65c7a
commit 842e26d32c
1 changed files with 0 additions and 3 deletions

View File

@ -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 `