mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
workflows: checkout submodules
This commit is contained in:
2
.github/workflows/kernel.yml
vendored
2
.github/workflows/kernel.yml
vendored
@ -21,6 +21,8 @@ jobs:
|
||||
name: build ${{ matrix.arch }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- run: ./hack/ci/install-linux-deps.sh
|
||||
- run: ./hack/kernel/build.sh
|
||||
|
Reference in New Issue
Block a user