Skip to content

Commit cfef6d8

Browse files
authored
add colima
1 parent f079a2c commit cfef6d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@ jobs:
2828
- uses: ruby/setup-ruby-pkgs@v1
2929
with:
3030
ruby-version: "3.3"
31-
brew: "docker docker-buildx"
31+
brew: "docker docker-buildx colima"
3232
- name: enable buildx command
3333
run: |
3434
mkdir -p ~/.docker
3535
echo '{"cliPluginsExtraDirs": ["/opt/homebrew/lib/docker/cli-plugins"]}' > ~/.docker/config.json
3636
cat ~/.docker/config.json
37+
colima start
3738
- name: Fetch docker buildx layer cache
3839
uses: actions/cache@v4
3940
with:

0 commit comments

Comments
 (0)