Skip to content

Commit 2a51136

Browse files
committed
Refresh environment variables
1 parent 7bf69d9 commit 2a51136

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
choco install -y --no-progress git
3838
echo "C:\Program Files\Git\cmd" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
3939
choco install -y --no-progress rustup.install
40+
refreshenv
4041
rustup toolchain install nightly-2024-05-18-aarch64-pc-windows-msvc
4142
rustup component add rust-src --toolchain nightly-2024-05-18-aarch64-pc-windows-msvc
4243

0 commit comments

Comments
 (0)