Skip to content

Commit

Permalink
win latest
Browse files Browse the repository at this point in the history
  • Loading branch information
montythind committed Oct 22, 2024
1 parent f307304 commit ae3acb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
run: |
echo "C:/msys64/mingw64/bin" >> $GITHUB_ENV
echo "C:/msys64/usr/bin" >> $GITHUB_ENV
- name: List MSYS2 binaries
run: ls -al C:/msys64/mingw64/bin

- name: Verify PkgConfig installation
run: pkg-config --version
Expand Down

0 comments on commit ae3acb1

Please sign in to comment.