Skip to content

Commit

Permalink
🔧 Prefix mingw path
Browse files Browse the repository at this point in the history
  • Loading branch information
wrenger authored May 7, 2021
1 parent ccc7121 commit 3ac994a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- uses: actions/checkout@v2
- name: Setup path
if: matrix.os == 'windows-latest'
run: setx /m PATH "$env:Path;C:\msys64\mingw64\bin"
run: setx /m PATH "C:\msys64\mingw64\bin;$env:Path"
- name: Run
run: cargo run --verbose

0 comments on commit 3ac994a

Please sign in to comment.