Skip to content

Commit

Permalink
Remove useles comment and add a link to wix toolset issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonleenaylor committed Jun 24, 2024
1 parent 79893d7 commit 13a4c82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -149,6 +149,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
Expand Down

0 comments on commit 13a4c82

Please sign in to comment.