Skip to content

Commit

Permalink
Remove command to install vfkit as alreay packaged
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Jan 9, 2025
1 parent 7ca0100 commit f7af7a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/macos-podman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
- name: Install podman
run: |
brew install podman
brew tap cfergeau/crc
brew install vfkit
# not needed as podman is installing it
#brew tap cfergeau/crc
#brew install vfkit
podman info
podman -v
vfkit -v
/opt/homebrew/Cellar/podman/5.3.1/libexec/podman/vfkit
podman machine init
podman machine start --log-level debug

0 comments on commit f7af7a8

Please sign in to comment.