Skip to content

Commit cc85ede

Browse files
committed
Try a different way of installing docker in macOS as an experiment
1 parent dd277d1 commit cc85ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
with:
219219
submodules: true
220220
- name: Setup Docker on macOS
221-
uses: douglascamata/setup-docker-macos-action@v1-alpha
221+
run: brew install docker colima && colima start
222222
- name: Install llvm 16
223223
run: brew install llvm@16
224224
- name: Install riscv64 target

0 commit comments

Comments
 (0)