chore(workflows): figure out what is going on for darwin builds

This commit is contained in:
Alex Zenla 2024-07-25 01:53:46 -07:00
parent 8806a79161
commit 510933c081
No known key found for this signature in database
GPG Key ID: 067B238899B51269

View File

@ -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