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 6da2169
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 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,9 @@ 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"
ln -sf "$USERPROFILE\\.dotnet\\tools\\.store" "/usr/local/bin/.store"
- name: "📝 Fetch sources"
shell: msys2 {0}
Expand Down

0 comments on commit 6da2169

Please sign in to comment.