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 0c0bb93 commit 012e1cb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/subflow-native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,10 @@ jobs:

- name: Install dependencies
run: |
brew update
brew install gmp
brew install docker
brew install colima
sudo curl -L -o /opt/homebrew/Cellar/lima/0.22.0/bin/limactl https://github.com/mikekazakov/lima-nohvf/raw/master/limactl && sudo chmod +x /opt/homebrew/Cellar/lima/0.22.0/bin/limactl
- name: Start Colima
run: |
colima delete default -f
colima start --network-address --arch arm64 --vm-type=qemu
- name: Build and Compile
Expand Down

0 comments on commit 012e1cb

Please sign in to comment.