1
0
Fork 0
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:
Jason Hall 2025-06-07 21:51:57 -04:00
parent 7a7f49c4a3
commit 2e51f0ad49
Failed to extract signature

View file

@ -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: