CI: Remove Strawberry Perl pkg-config

This commit is contained in:
Nobuyoshi Nakada 2025-08-08 20:52:16 +09:00
parent 7b5cd5ce15
commit e4b386e090
No known key found for this signature in database
GPG key ID: 3582D74E1FEE4465

View file

@ -70,6 +70,19 @@ jobs:
with:
ruby-version: '3.2'
- name: Remove Strawberry Perl pkg-config
working-directory:
# `pkg-config.bat` included in Strawberry Perl is written in
# Perl and doesn't work when another msys2 `perl` precede its
# own `perl`.
#
# ```
# Can't find C:\Strawberry\perl\bin\pkg-config.bat on PATH, '.' not in PATH.
# ```
run: |
Get-Command pkg-config.bat | % { ren $_.path ($_.path + "~") }
shell: pwsh
- name: Misc system & package info
working-directory:
run: |