mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
CI: Remove Strawberry Perl pkg-config
This commit is contained in:
parent
7b5cd5ce15
commit
e4b386e090
1 changed files with 13 additions and 0 deletions
13
.github/workflows/mingw.yml
vendored
13
.github/workflows/mingw.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue