Skip to content

Commit

Permalink
Install to /
Browse files Browse the repository at this point in the history
  • Loading branch information
streetpea committed Dec 11, 2024
1 parent 3be8406 commit 550edd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-appimage arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
steps:
- name: Setup Podman
run: |
brew uninstall podman
curl -LO https://github.com/containers/podman/releases/download/v5.3.1/podman-installer-macos-arm64.pkg
sudo installer -pkg podman-installer-macos-arm64.pkg -target /
sudo installer -pkg podman-installer-macos-universal.pkg -target /
eval `/usr/libexec/path_helper -s`
podman machine init
podman machine start
Expand Down

0 comments on commit 550edd3

Please sign in to comment.