File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 2828 steps :
2929 - uses : actions/checkout@v4
3030 - uses : dtolnay/rust-toolchain@stable
31+ - name : set up PATH on Windows
32+ # Needed to use GNU's patch.exe instead of Strawberry Perl patch
33+ if : runner.os == 'Windows'
34+ run : echo "C:\Program Files\Git\usr\bin" >> $env:GITHUB_PATH
3135 - run : cargo test
3236
3337 fmt :
@@ -103,6 +107,10 @@ jobs:
103107
104108 - name : rust toolchain ~ install
105109 uses : dtolnay/rust-toolchain@nightly
110+ - name : set up PATH on Windows
111+ # Needed to use GNU's patch.exe instead of Strawberry Perl patch
112+ if : runner.os == 'Windows'
113+ run : echo "C:\Program Files\Git\usr\bin" >> $env:GITHUB_PATH
106114 - name : Test
107115 run : cargo test ${{ steps.vars.outputs.CARGO_FEATURES_OPTION }} --no-fail-fast
108116 env :
You can’t perform that action at this time.
0 commit comments