Skip to content

Commit

Permalink
feat: migrate ms-build
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyrnes committed Feb 2, 2024
1 parent 23e8abf commit fd82e40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Add msbuild to PATH
if: matrix.os == 'windows-latest'
uses: microsoft/setup-msbuild@v1.3
uses: microsoft/setup-msbuild@v2

- name: Yarn build
run: yarn && yarn build && yarn build:dist && cd build-dist && yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
args: install python2 visualcpp-build-tools -y

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.3
uses: microsoft/setup-msbuild@v2
if: ${{ matrix.os == 'windows-latest' }}

- name: Clone ulixee/shared
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
args: install python2 visualcpp-build-tools -y

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.3
uses: microsoft/setup-msbuild@v2
if: ${{ matrix.os == 'windows-latest' }}

- name: Install Hero
Expand Down

0 comments on commit fd82e40

Please sign in to comment.