Skip to content

Commit

Permalink
ci(win): Replace pkg-config with pkgconf
Browse files Browse the repository at this point in the history
  • Loading branch information
ktgw0316 committed Feb 28, 2024
1 parent 72b4277 commit 8d84df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
if: startsWith(matrix.os, 'windows')
uses: msys2/setup-msys2@v2
with:
pacboy: lcms2:m libraw:m lensfun:m ntldd-git:m pkg-config:m
pacboy: lcms2:m libraw:m lensfun:m ntldd-git:m pkgconf:m
- name: Build on Windows
if: startsWith(matrix.os, 'windows')
shell: bash
Expand Down

0 comments on commit 8d84df9

Please sign in to comment.