Skip to content

Commit fbfca2f

Browse files
committed
Windows build back on latest rust stable
1 parent 7448248 commit fbfca2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
.\install.ps1 -RunAsAdmin
7474
scoop install [email protected] --global
7575
echo "C:\ProgramData\scoop\shims;C:\Users\runneradmin\scoop\shims" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
76-
- uses: dtolnay/rust-toolchain@1.66
76+
- uses: dtolnay/rust-toolchain@stable
7777
if: (!contains(matrix.target, 'uwp'))
7878
- uses: dtolnay/rust-toolchain@master
7979
if: contains(matrix.target, 'uwp')

0 commit comments

Comments
 (0)