Skip to content

Commit

Permalink
Fix GH Actions Windows CI: switch from pkgconf to pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
amesgen committed Oct 6, 2022
1 parent 9249a70 commit ee9b7a6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,13 @@ jobs:
git
mingw-w64-x86_64-toolchain
mingw-w64-x86_64-libsodium
mingw-w64-x86_64-cmake
mingw-w64-x86_64-jq
- name: "WIN: Setup pkg-config"
if: runner.os == 'Windows'
run: |
pacman --noconfirm -S mingw-w64-x86_64-pkg-config
- name: "LINUX: Setup haskell"
if: runner.os != 'Windows'
uses: haskell/actions/setup@v2
Expand Down

0 comments on commit ee9b7a6

Please sign in to comment.