1
0
Fork 0
mirror of https://github.com/imjasonh/krust synced 2026-07-19 07:24:38 +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 # 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 "[target.x86_64-unknown-linux-musl]"
Add-Content -Path "$env:USERPROFILE\.cargo\config.toml" -Value "linker = `"$rust_lld`"" Add-Content -Path "$env:USERPROFILE\.cargo\config.toml" -Value "linker = `"$rust_lld`""
- name: Set up Docker for all platforms - name: Set up Docker (macOS)
uses: docker/setup-buildx-action@v3 if: matrix.os == 'macos-latest'
with: uses: douglascamata/setup-docker-macos-action@v1-alpha
install: true
- name: Cache cargo registry - name: Cache cargo registry
uses: actions/cache@v4 uses: actions/cache@v4
with: with: