mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 05:10:55 +00:00
krata: fix github workflow for clients on darwin
This commit is contained in:
5
.github/workflows/client.yml
vendored
5
.github/workflows/client.yml
vendored
@ -18,6 +18,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
|
||||||
|
Reference in New Issue
Block a user