Skip to content

Commit

Permalink
msbuild is microsoft-build-tools in choco
Browse files Browse the repository at this point in the history
  • Loading branch information
gptlang authored Mar 8, 2024
1 parent f0e7d05 commit 0bb52e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install Dependencies (Windows)
if: runner.os == 'Windows'
run: |
choco install -y msbuild
choco install -y microsoft-build-tools
- name: Install Dependencies (macOS)
if: runner.os == 'macOS'
run: |
Expand Down

0 comments on commit 0bb52e8

Please sign in to comment.