Skip to content

Commit

Permalink
fixup! CI: install pkg-config-lite for Strawberry
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Nov 9, 2023
1 parent d9378f1 commit 2c699cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
if: runner.os == 'Windows' && matrix.dist == 'strawberry' && matrix.alien-install-type == 'share'
run: |
choco install pkgconfiglite
echo "C:\ProgramData\chocolatey\lib\pkgconfiglite\tools\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- run: perl -V
- name: Install cpanm
Expand Down

0 comments on commit 2c699cf

Please sign in to comment.