mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 21:00:55 +00:00
chore(workflows): figure out what is going on for darwin builds
This commit is contained in:
parent
8806a79161
commit
510933c081
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
@ -198,5 +198,7 @@ jobs:
|
||||
if: ${{ matrix.platform.os == 'darwin' }}
|
||||
- name: install ${{ matrix.platform.deps }} dependencies
|
||||
run: ./hack/ci/install-${{ matrix.platform.deps }}-deps.sh
|
||||
- name: dump env
|
||||
run: env
|
||||
- name: cargo build kratactl
|
||||
run: ./hack/build/cargo.sh build --bin kratactl
|
||||
|
Loading…
Reference in New Issue
Block a user