We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8480bfd commit 01f4096Copy full SHA for 01f4096
.github/workflows/build.yml
@@ -30,8 +30,6 @@ jobs:
30
if: runner.os == 'windows' || runner.os == 'macos'
31
- run: msiexec /i setup\wix\Bonjour64.msi /Quiet /Passive /NoRestart
32
if: runner.os == 'windows'
33
- - uses: ilammy/msvc-dev-cmd@v1
34
- if: runner.os == 'windows'
35
- uses: microsoft/setup-msbuild@v2
36
37
with:
0 commit comments