Skip to content

Commit

Permalink
Update microsoft/setup-msbuild to v2 (java-native-access#672)
Browse files Browse the repository at this point in the history
Motivation:

We used an outdates action for msbuild

Modifications:

Update to microsoft/setup-msbuild v2

Result:

Use up to date action
  • Loading branch information
normanmaurer authored Feb 16, 2024
1 parent 251b6a7 commit aa35869
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
targets: x86_64-pc-windows-msvc

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.3.1
uses: microsoft/setup-msbuild@v2

- name: Configuring Developer Command Prompt
uses: ilammy/msvc-dev-cmd@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
targets: x86_64-pc-windows-msvc

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.3.1
uses: microsoft/setup-msbuild@v2

- name: Configuring Developer Command Prompt
uses: ilammy/msvc-dev-cmd@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
targets: x86_64-pc-windows-msvc

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.3.1
uses: microsoft/setup-msbuild@v2

- name: Configuring Developer Command Prompt
uses: ilammy/msvc-dev-cmd@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
targets: x86_64-pc-windows-msvc

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.3.1
uses: microsoft/setup-msbuild@v2

- name: Configuring Developer Command Prompt
uses: ilammy/msvc-dev-cmd@v1
Expand Down

0 comments on commit aa35869

Please sign in to comment.