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:
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
|
# 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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue