mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2024-11-22 23:32:12 +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'
|
# if: matrix.os == 'ubuntu-22.04'
|
||||||
# run: |
|
# run: |
|
||||||
# ci/ubuntu-install-packages
|
# ci/ubuntu-install-packages
|
||||||
- uses: docker-practice/actions-setup-docker@master
|
- name: Install packages (macOS)
|
||||||
timeout-minutes: 12
|
if: matrix.os == 'macos-12'
|
||||||
|
run: |
|
||||||
|
ci/scripts/macos-install-packages
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v2
|
uses: docker/setup-qemu-action@v2
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
brew install docker
|
brew install docker
|
||||||
|
colima start
|
||||||
|
Loading…
Reference in New Issue
Block a user