Skip to content

Commit

Permalink
Update subflow-native.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pkriens authored Oct 2, 2024
1 parent 6873d78 commit 2394f98
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/subflow-native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@ jobs:
HOMEBREW_NO_AUTO_UPDATE: "1"
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
run: |
brew install --HEAD qemu
brew install --HEAD lima
brew install --HEAD colima
brew install docker
- name: Start Colima
run: |
colima start --arch arm64 --vm-type=qemu
colima start --vm-type=vz
- name: Build and Compile
run: |
Expand Down

0 comments on commit 2394f98

Please sign in to comment.