From 0979e3efd04f89b6edb5a6d912c518b687cd7706 Mon Sep 17 00:00:00 2001 From: CCHyper <73803386+CCHyper@users.noreply.github.com> Date: Mon, 31 Jan 2022 14:14:37 +0000 Subject: [PATCH] Updates GitHub actions to use msvc-dev-cmd@v1.10.0. --- .github/workflows/nightly.yml | 4 ++-- .github/workflows/pull_request.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 59542b47..7badd0f4 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -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.0 with: arch: x86 @@ -151,7 +151,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.0 with: arch: x86 diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 4e171176..ccc75943 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -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.0 with: arch: x86 @@ -79,7 +79,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.0 with: arch: x86