Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
arixmkii committed Jul 7, 2024
1 parent 9c52e02 commit 092b0ce
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/prepare-podman-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ jobs:
- name: "🏗️ Install tools"
uses: crazy-max/ghaction-chocolatey@v3
with:
args: install pandoc -y --force

- name: "🏗️ Install tools"
uses: actions/setup-dotnet@v4
args: install pandoc -y --force\

- name: "🏗️ Install tools"
run: dotnet tool install --global wix
Expand All @@ -48,7 +45,8 @@ jobs:
shell: msys2 {0}
run: |
mkdir -p /usr/local/bin
ln -sf "/c/Program Files/Pandoc/pandoc.exe" "/usr/local/bin/pandoc.exe"
ln -sf "$PROGRAMFILES\\Pandoc\\pandoc.exe" "/usr/local/bin/pandoc.exe"
ln -sf "$USERPROFILE\\.dotnet\\tools\\wix.exe" "/usr/local/bin/wix.exe"
- name: "📝 Fetch sources"
shell: msys2 {0}
Expand Down

0 comments on commit 092b0ce

Please sign in to comment.