Skip to content

Commit

Permalink
ci: fix w32
Browse files Browse the repository at this point in the history
  • Loading branch information
markokr committed Sep 15, 2023
1 parent 1d0f5bd commit 54a9538
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -114,8 +114,8 @@ jobs:
- name: "Setup MSYS"
shell: cmd
run: |
echo ::add-path::C:\msys64\usr\bin
echo ::add-path::C:\msys64\${{matrix.test.mingw}}\bin
echo C:\msys64\usr\bin >> $GITHUB_PATH
echo C:\msys64\${{matrix.test.mingw}}\bin >> $GITHUB_PATH
- name: "InstallDB / mingw / ${{matrix.test.arch}}"
shell: bash
Expand Down

0 comments on commit 54a9538

Please sign in to comment.