We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d6a968 commit 458131cCopy full SHA for 458131c
.github/workflows/windows.yml
@@ -69,7 +69,7 @@ jobs:
69
- name: install mingw32
70
run: |
71
7z x -y ${{ matrix.mingw-7z-path }}/mingw.7z -oC:\msys64 | Out-Null
72
- echo ::add-path::C:\msys64\mingw32\bin
+ echo "C:\msys64\mingw32\bin" >> $GITHUB_PATH
73
if: matrix.target == 'i686-pc-windows-gnu' && matrix.channel == 'nightly'
74
shell: powershell
75
0 commit comments