diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bae539e..b365f6d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,10 +58,6 @@ jobs: - name: Download and Install Bonjour SDK (Windows) if: runner.os == 'Windows' run: | - # Install 7-Zip via Chocolatey - powershell -Command "choco install 7zip --no-progress" - export PATH="$PATH:/c/Program Files/7-Zip" - # Download the SDK installer wget "https://gsf-fl.softonic.com/b18/d44/cbdcd43ad683cf6760d45ce891c3035044/bonjoursdksetup.exe?Expires=1757906571&Signature=af8dfce8a002130f34c0e93e17b8dd96d547ff69&url=https://bonjour.en.softonic.com/&Filename=bonjoursdksetup.exe" -O bonjour-sdk.exe