Skip to content

Commit

Permalink
Use setup-msbuild action rather than manual
Browse files Browse the repository at this point in the history
  • Loading branch information
gptlang authored Mar 8, 2024
1 parent 0bb52e8 commit 6e43f7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:
run: sudo apt-get install -y build-essential automake libtool
- name: Install Dependencies (Windows)
if: runner.os == 'Windows'
run: |
choco install -y microsoft-build-tools
uses: microsoft/setup-msbuild@v2
- name: Install Dependencies (macOS)
if: runner.os == 'macOS'
run: |
Expand Down

0 comments on commit 6e43f7b

Please sign in to comment.