mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2024-11-22 15:22:13 +01:00
fix: setup with colima instead
This commit is contained in:
parent
1570e01ff9
commit
46208d5681
6
.github/workflows/ci-multiplatform.yml
vendored
6
.github/workflows/ci-multiplatform.yml
vendored
@ -79,8 +79,10 @@ jobs:
|
||||
# if: matrix.os == 'ubuntu-22.04'
|
||||
# run: |
|
||||
# ci/ubuntu-install-packages
|
||||
- uses: docker-practice/actions-setup-docker@master
|
||||
timeout-minutes: 12
|
||||
- name: Install packages (macOS)
|
||||
if: matrix.os == 'macos-12'
|
||||
run: |
|
||||
ci/scripts/macos-install-packages
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
- name: Set up Docker Buildx
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
brew install docker
|
||||
colima start
|
||||
|
Loading…
Reference in New Issue
Block a user