Skip to content

Commit 8d753ac

Browse files
authored
Merge pull request #7255 from tautschnig/cleanup/action-msbuild
Upgrade GitHub setup-msbuild action to v1.1
2 parents 9e8f054 + e625ee9 commit 8d753ac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pull-request-checks.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ jobs:
505505
- name: Confirm cvc5 solver is available and log the version installed
506506
run: cvc5 --version
507507
- name: Setup Visual Studio environment
508-
uses: microsoft/setup-msbuild@v1.0.2
508+
uses: microsoft/setup-msbuild@v1.1
509509
- name: Prepare ccache
510510
uses: actions/cache@v3
511511
with:
@@ -559,7 +559,7 @@ jobs:
559559
- name: Confirm cvc5 solver is available and log the version installed
560560
run: cvc5 --version
561561
- name: Setup MSBuild
562-
uses: microsoft/setup-msbuild@v1.0.2
562+
uses: microsoft/setup-msbuild@v1.1
563563
- name: Initialise Developer Command Line
564564
uses: ilammy/msvc-dev-cmd@v1
565565
- name: Prepare ccache
@@ -656,7 +656,7 @@ jobs:
656656
nuget install clcache -OutputDirectory "c:\tools" -ExcludeVersion -Version 4.1.0
657657
echo "c:\tools\clcache\clcache-4.1.0" >> $env:GITHUB_PATH
658658
- name: Setup Visual Studio environment
659-
uses: microsoft/setup-msbuild@v1.0.2
659+
uses: microsoft/setup-msbuild@v1.1
660660
- name: Prepare ccache
661661
uses: actions/cache@v3
662662
with:

.github/workflows/release-packages.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219
nuget install clcache -OutputDirectory "c:\tools" -ExcludeVersion -Version 4.1.0
220220
echo "c:\tools\clcache\clcache-4.1.0" >> $env:GITHUB_PATH
221221
- name: Setup Visual Studio environment
222-
uses: microsoft/setup-msbuild@v1.0.2
222+
uses: microsoft/setup-msbuild@v1.1
223223
- name: Setup code sign environment
224224
run: |
225225
echo "$(Split-Path -Path $(Get-ChildItem -Path "${env:ProgramFiles(x86)}\Windows Kits\10\App Certification Kit\signtool.exe"))" >> $env:GITHUB_PATH

0 commit comments

Comments
 (0)