mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 05:10:55 +00:00
krata: fix client tests on darwin
This commit is contained in:
parent
280831045a
commit
370ec8bbe6
5
.github/workflows/client.yml
vendored
5
.github/workflows/client.yml
vendored
@ -47,6 +47,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
|
if: ${{ matrix.os.name != 'darwin' }}
|
||||||
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
|
with:
|
||||||
|
targets: "${{ matrix.arch }}-apple-darwin"
|
||||||
|
if: ${{ matrix.os.name == 'darwin' }}
|
||||||
- run: ./hack/ci/install-deps.sh
|
- run: ./hack/ci/install-deps.sh
|
||||||
if: ${{ matrix.os.name == 'linux' }}
|
if: ${{ matrix.os.name == 'linux' }}
|
||||||
- uses: homebrew/actions/setup-homebrew@master
|
- uses: homebrew/actions/setup-homebrew@master
|
||||||
|
Loading…
Reference in New Issue
Block a user