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 c543011 commit d9378f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,6 @@ jobs:
shell: msys2 {0}
run: |
pacman -S --needed --noconfirm ${{ env.PKG_MSYS2_MINGW64 }}
- name: Set up pkg-config-lite (Strawberry)
if: runner.os == 'Windows' && matrix.dist == 'strawberry' && matrix.alien-install-type == 'share'
run: |
choco install pkgconfiglite
# Setup Perl
- name: Set up perl
Expand All @@ -111,6 +107,10 @@ jobs:
if: runner.os == 'Windows' && matrix.dist == 'strawberry'
with:
distribution: 'strawberry'
- name: Set up pkg-config-lite (Strawberry)
if: runner.os == 'Windows' && matrix.dist == 'strawberry' && matrix.alien-install-type == 'share'
run: |
choco install pkgconfiglite
- run: perl -V
- name: Install cpanm
Expand Down

0 comments on commit d9378f1

Please sign in to comment.