Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
montythind committed Oct 23, 2024
1 parent 6972dd0 commit 6855a6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup MSYS2
shell: bash
uses: msys2/setup-msys2@v2
with:
update: true
Expand All @@ -34,6 +35,7 @@ jobs:
echo "PATH=$PATH" >> $GITHUB_ENV
- name: Check PATH
shell: bash
run: echo $PATH

- name: Check pkg-config location
Expand Down

0 comments on commit 6855a6e

Please sign in to comment.