diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4a1323e..ea8aab2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: |