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 e21079c
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/e2e-ios-podman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,15 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v14

- name: Run the Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v8

- name: Set up Podman and pull images in background
run: |
brew config
brew install 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
# podman machine start
podman machine reset --force || true
podman machine init --cpus 4 --memory 4104 --disk-size 60
podman machine start
# Verify machine status
podman machine ls
Expand All @@ -49,6 +45,12 @@ jobs:
export DOCKER_HOST="unix://${SOCKET_PATH}"
podman-compose -f dev/vendor/galoy-quickstart/docker-compose.yml pull &
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v14

- name: Run the Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v8

- name: Initialize ci deps
env:
DOCKER_HOST: ${{ env.DOCKER_HOST }}
Expand Down

0 comments on commit e21079c

Please sign in to comment.