krata: install homebrew on darwin ci for client builds

This commit is contained in:
Alex Zenla 2024-03-21 18:22:20 -07:00
parent 55958c514b
commit a8e299d03f
No known key found for this signature in database
GPG Key ID: 067B238899B51269

View File

@ -19,6 +19,8 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- run: ./hack/ci/install-deps.sh
if: ${{ matrix.os.name == 'linux' }}
- uses: homebrew/actions/setup-homebrew@master
if: ${{ matrix.os.name == 'darwin' }}
- run: ./hack/ci/install-mac-deps.sh
if: ${{ matrix.os.name == 'darwin' }}
- run: ./hack/build/cargo.sh build --bin kratactl
@ -40,6 +42,8 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- run: ./hack/ci/install-deps.sh
if: ${{ matrix.os.name == 'linux' }}
- uses: homebrew/actions/setup-homebrew@master
if: ${{ matrix.os.name == 'darwin' }}
- run: ./hack/ci/install-mac-deps.sh
if: ${{ matrix.os.name == 'darwin' }}
- run: ./hack/build/cargo.sh test --bin kratactl