diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index e1fecb3a..64c285c1 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -33,7 +33,7 @@ jobs: - name: Download 461 targeting pack uses: suisei-cn/actions-download-file@818d6b7dc8fe73f2f924b6241f2b1134ca1377d9 # 1.6.0 - id: downloadfile # Remember to give an ID if you need the output filename + id: downloadfile with: url: "https://download.microsoft.com/download/F/1/D/F1DEB8DB-D277-4EF9-9F48-3A65D4D8F965/NDP461-DevPack-KB3105179-ENU.exe" target: public/ @@ -58,6 +58,7 @@ jobs: choco uninstall wixtoolset choco install wixtoolset --version 3.11.2 --allow-downgrade --force echo "C:\Program Files (x86)\WiX Toolset v3.11\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append + if: github.event_name != 'pull_request' # If we are just doing a CI build we don't need real localizations, but the location must exist - name: Add Fake Localizations for CI @@ -149,6 +150,7 @@ jobs: submodules: true - name: Downgrade Wix Toolset - remove when runner has 3.14.2 + # See: https://github.com/actions/runner-images/issues/9667 run: | choco uninstall wixtoolset choco install wixtoolset --version 3.11.2 --allow-downgrade --force