mirror of
https://github.com/imjasonh/krust
synced 2026-07-08 14:55:35 +00:00
Use douglascamata/setup-docker-macos-action for macOS Docker setup
This action properly installs and starts Docker daemon on macOS runners, which is required for our integration tests.
This commit is contained in:
parent
7a7f49c4a3
commit
2e51f0ad49
1 changed files with 3 additions and 4 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
|
@ -54,10 +54,9 @@ jobs:
|
|||
# Create config file with full path to rust-lld
|
||||
Add-Content -Path "$env:USERPROFILE\.cargo\config.toml" -Value "[target.x86_64-unknown-linux-musl]"
|
||||
Add-Content -Path "$env:USERPROFILE\.cargo\config.toml" -Value "linker = `"$rust_lld`""
|
||||
- name: Set up Docker for all platforms
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
install: true
|
||||
- name: Set up Docker (macOS)
|
||||
if: matrix.os == 'macos-latest'
|
||||
uses: douglascamata/setup-docker-macos-action@v1-alpha
|
||||
- name: Cache cargo registry
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue