Skip to content

Commit

Permalink
Update WiX tool
Browse files Browse the repository at this point in the history
  • Loading branch information
arixmkii committed Jul 7, 2024
1 parent 89aeb16 commit 964f03e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/prepare-podman-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ jobs:
args: install pandoc -y --force

- name: "🏗️ Install tools"
uses: crazy-max/ghaction-chocolatey@v3
with:
args: install wixtoolset --version 3.14.0 -y --force
uses: actions/setup-dotnet@v4
run: dotnet tool install --global wix

- name: "📝 Configure checkout"
run: git config --global core.autocrlf input
Expand Down

0 comments on commit 964f03e

Please sign in to comment.