Skip to content

Commit

Permalink
Install pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Mar 13, 2024
1 parent 61996bf commit dee7f79
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,12 @@ jobs:
- name: Install dependencies (Windows)
if: runner.os == 'Windows'
run: |
/c/msys64/usr/bin/pacman -S --noconfirm mingw-w64-x86_64-nss
# shellcheck disable=SC2028
{
echo "C:\\msys64\\usr\\bin"
echo "C:\\msys64\\mingw64\\bin"
} >> "$GITHUB_PATH"
/c/msys64/usr/bin/pacman -S --noconfirm mingw-w64-x86_64-nss mingw-w64-x86_64-pkg-config
# See https://github.com/ilammy/msvc-dev-cmd#name-conflicts-with-shell-bash
rm /usr/bin/link.exe
Expand Down

0 comments on commit dee7f79

Please sign in to comment.