Skip to content

Commit

Permalink
Updates GitHub actions to use msvc-dev-cmd@v1.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
CCHyper committed Jan 31, 2022
1 parent 8ed42ec commit dd58119
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
Expand-Archive $Env:TEMP\ninja-win.zip -DestinationPath $Env:TEMP\ninja
echo "$Env:TEMP\ninja" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- uses: ilammy/msvc-dev-cmd@v1.4.1
- uses: ilammy/msvc-dev-cmd@v1.10
with:
arch: x86

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
Expand-Archive $Env:TEMP\ninja-win.zip -DestinationPath $Env:TEMP\ninja
echo "$Env:TEMP\ninja" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- uses: ilammy/msvc-dev-cmd@v1.4.1
- uses: ilammy/msvc-dev-cmd@v1.10
with:
arch: x86

Expand Down

0 comments on commit dd58119

Please sign in to comment.