kratactl: fix windows build

This commit is contained in:
Alex Zenla
2024-03-21 20:04:10 -07:00
parent 87689067a3
commit 901ec3b6e5
7 changed files with 5 additions and 10 deletions

View File

@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: ./hack/ci/install-deps.sh
- run: ./hack/ci/install-linux-deps.sh
- run: ./hack/kernel/build.sh
env:
KRATA_KERNEL_BUILD_JOBS: "5"