mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 21:21:32 +00:00
kratactl: fix windows build
This commit is contained in:
7
.github/workflows/client.yml
vendored
7
.github/workflows/client.yml
vendored
@ -31,12 +31,7 @@ jobs:
|
||||
with:
|
||||
targets: "${{ matrix.arch }}-apple-darwin"
|
||||
if: ${{ matrix.os.name == 'darwin' }}
|
||||
- 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/ci/install-windows-deps.sh
|
||||
if: ${{ matrix.os.name == 'windows' }}
|
||||
- run: ./hack/ci/install-${{ matrix.os.name }}-deps.sh
|
||||
- run: ./hack/build/cargo.sh build --bin kratactl
|
||||
|
Reference in New Issue
Block a user