mirror of
https://github.com/encounter/lzokay-rs.git
synced 2025-07-05 20:55:57 +00:00
Clone submodules in workflow
This commit is contained in:
parent
91d467665e
commit
1268d66ca5
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -17,6 +17,8 @@ jobs:
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: ${{ matrix.toolchain }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user