mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 21:00:55 +00:00
krata: install homebrew on darwin ci for client builds
This commit is contained in:
parent
55958c514b
commit
a8e299d03f
4
.github/workflows/client.yml
vendored
4
.github/workflows/client.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user