Skip to content

Commit

Permalink
chore: install vfkit
Browse files Browse the repository at this point in the history
  • Loading branch information
dolcalmi committed Dec 19, 2024
1 parent ecbc223 commit 1ee2c92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-ios-podman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:

- name: Set up Podman and pull images in background
run: |
brew install podman podman-compose
brew tap cfergeau/crc
brew install vfkit podman podman-compose
# Remove any existing machine and create new one
podman machine rm --force || true
podman machine init --cpus 4 --memory 4104 --disk-size 60 --now
Expand Down

0 comments on commit 1ee2c92

Please sign in to comment.