Skip to content

Commit 458131c

Browse files
srinikhil-07calebcartwright
authored andcommitted
Update deprecated add-path
1 parent 2d6a968 commit 458131c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: install mingw32
7070
run: |
7171
7z x -y ${{ matrix.mingw-7z-path }}/mingw.7z -oC:\msys64 | Out-Null
72-
echo ::add-path::C:\msys64\mingw32\bin
72+
echo "C:\msys64\mingw32\bin" >> $GITHUB_PATH
7373
if: matrix.target == 'i686-pc-windows-gnu' && matrix.channel == 'nightly'
7474
shell: powershell
7575

0 commit comments

Comments
 (0)