diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index aff2a5c..4d15f7e 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -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