Skip to content

Commit

Permalink
Merge pull request #16 from SlashNephy/renovate/microsoft-setup-msbui…
Browse files Browse the repository at this point in the history
…ld-2.x

Update microsoft/setup-msbuild action to v2
  • Loading branch information
SlashNephy authored Mar 16, 2024
2 parents b61888b + 3cd4796 commit f0a32b1
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/BonDriver_EPGStation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
submodules: recursive

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1
uses: microsoft/setup-msbuild@v2

- name: Generate CMake
run: cmake -DCMAKE_BUILD_TYPE=MinSizeRel -A ${{ matrix.platform }} .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CasProcessor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
submodules: recursive

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1
uses: microsoft/setup-msbuild@v2

- name: Setup Windows SDK 17763
uses: fbactions/setup-winsdk@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MuteInact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
submodules: recursive

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1
uses: microsoft/setup-msbuild@v2

- name: MSBuild (MuteInact.sln)
run: msbuild MuteInact.sln /p:Configuration="Release" /p:Platform="${{ matrix.platform }}" /p:CodePage=932 /p:OutDir="${{ matrix.platform }}" -m /p:PlatformToolset=v143
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/NicoJK.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
submodules: recursive

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1
uses: microsoft/setup-msbuild@v2

- name: MSBuild (NicoJK.sln)
run: msbuild NicoJK.sln /p:Configuration="Release" /p:Platform="${{ matrix.platform }}" /p:CodePage=932 /p:OutDir="${{ matrix.platform }}" -m /p:PlatformToolset=v143
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/TTRec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
submodules: recursive

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1
uses: microsoft/setup-msbuild@v2

- name: MSBuild (TTRec.VS2015.sln)
working-directory: src
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/TVCaption3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
submodules: recursive

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1
uses: microsoft/setup-msbuild@v2

- name: MSBuild (TVCaption3.sln.sln)
working-directory: src
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/TVCaptionMod2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
submodules: recursive

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1
uses: microsoft/setup-msbuild@v2

- name: MSBuild (Caption.sln)
working-directory: Caption_src
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/TVTComment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
submodules: recursive

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1
uses: microsoft/setup-msbuild@v2

- name: Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/TVTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
$data | Out-File src/TVTest.vcxproj
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1
uses: microsoft/setup-msbuild@v2
with:
msbuild-architecture: x64

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/TVTestVideoDecoder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
submodules: recursive

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1
uses: microsoft/setup-msbuild@v2

- name: MSBuild
working-directory: src
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/TvCas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
submodules: recursive

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1
uses: microsoft/setup-msbuild@v2

- name: Setup Windows SDK 17763
uses: fbactions/setup-winsdk@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/TvtPlay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
submodules: recursive

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1
uses: microsoft/setup-msbuild@v2

- name: MSBuild (TvtPlay.sln)
working-directory: src
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/px4_drv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
ref: winusb

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1
uses: microsoft/setup-msbuild@v2

- name: MSBuild (px4_winusb.sln)
working-directory: winusb
Expand Down

0 comments on commit f0a32b1

Please sign in to comment.