File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -505,7 +505,7 @@ jobs:
505
505
- name : Confirm cvc5 solver is available and log the version installed
506
506
run : cvc5 --version
507
507
- name : Setup Visual Studio environment
508
- uses : microsoft/setup-msbuild@v1.0.2
508
+ uses : microsoft/setup-msbuild@v1.1
509
509
- name : Prepare ccache
510
510
uses : actions/cache@v3
511
511
with :
@@ -559,7 +559,7 @@ jobs:
559
559
- name : Confirm cvc5 solver is available and log the version installed
560
560
run : cvc5 --version
561
561
- name : Setup MSBuild
562
- uses : microsoft/setup-msbuild@v1.0.2
562
+ uses : microsoft/setup-msbuild@v1.1
563
563
- name : Initialise Developer Command Line
564
564
uses : ilammy/msvc-dev-cmd@v1
565
565
- name : Prepare ccache
@@ -656,7 +656,7 @@ jobs:
656
656
nuget install clcache -OutputDirectory "c:\tools" -ExcludeVersion -Version 4.1.0
657
657
echo "c:\tools\clcache\clcache-4.1.0" >> $env:GITHUB_PATH
658
658
- name : Setup Visual Studio environment
659
- uses : microsoft/setup-msbuild@v1.0.2
659
+ uses : microsoft/setup-msbuild@v1.1
660
660
- name : Prepare ccache
661
661
uses : actions/cache@v3
662
662
with :
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ jobs:
219
219
nuget install clcache -OutputDirectory "c:\tools" -ExcludeVersion -Version 4.1.0
220
220
echo "c:\tools\clcache\clcache-4.1.0" >> $env:GITHUB_PATH
221
221
- name : Setup Visual Studio environment
222
- uses : microsoft/setup-msbuild@v1.0.2
222
+ uses : microsoft/setup-msbuild@v1.1
223
223
- name : Setup code sign environment
224
224
run : |
225
225
echo "$(Split-Path -Path $(Get-ChildItem -Path "${env:ProgramFiles(x86)}\Windows Kits\10\App Certification Kit\signtool.exe"))" >> $env:GITHUB_PATH
You can’t perform that action at this time.
0 commit comments