Skip to content

Commit

Permalink
ci: fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
markokr committed Sep 15, 2023
1 parent c22ec88 commit 7a55cc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ jobs:
- name: "Setup MSYS"
shell: cmd
run: |
echo C:\msys64\usr\bin >> $GITHUB_PATH
echo C:\msys64\${{matrix.test.mingw}}\bin >> $GITHUB_PATH
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 7a55cc1

Please sign in to comment.