mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 21:21:32 +00:00
workflows: checkout submodules
This commit is contained in:
2
.github/workflows/os.yml
vendored
2
.github/workflows/os.yml
vendored
@ -23,6 +23,8 @@ jobs:
|
||||
name: build ${{ matrix.arch }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
targets: "${{ matrix.arch }}-unknown-linux-gnu,${{ matrix.arch }}-unknown-linux-musl"
|
||||
|
Reference in New Issue
Block a user