Skip to content

Commit 179f412

Browse files
committed
github: Don't unnecessarily add the toolchain path to GITHUB_PATH
The win32 path environment isn't inherited by the msys2 shell anyway.
1 parent e3790ac commit 179f412

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,6 @@ jobs:
358358
unzip -q llvm-mingw-*.zip
359359
rm llvm-mingw-*.zip
360360
mv llvm-mingw-* /llvm-mingw
361-
echo /llvm-mingw/bin >> $GITHUB_PATH
362361
- uses: actions/checkout@v4
363362
- name: Run tests
364363
run: |

0 commit comments

Comments
 (0)