Skip to content

Commit

Permalink
2.x: Removed extra config in colima start
Browse files Browse the repository at this point in the history
  • Loading branch information
DionisioFG committed Oct 16, 2024
1 parent e3a9ff0 commit 804e9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devel-colima-intel-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
brew install colima
colima version
colima start --cpu 2 --memory 4 --disk 10 --vm-type=qemu --mount-type=sshfs --dns=1.1.1.1
colima start --cpu 2 --memory 4 --disk 10
colima restart
- name: Install modules
run: yarn
Expand Down

0 comments on commit 804e9ac

Please sign in to comment.