mirror of
https://github.com/creating2morrow/neveko.git
synced 2024-12-22 11:39:22 +00:00
checkout with submodule
This commit is contained in:
parent
901e26116a
commit
942dee4052
1 changed files with 2 additions and 2 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -21,8 +21,8 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: 'true'
|
||||
with:
|
||||
submodules: 'true'
|
||||
- name: Install dependencies
|
||||
run: sudo apt install -y libssl-dev build-essential && rustup toolchain install nightly
|
||||
- name: Build and Clippy
|
||||
|
|
Loading…
Reference in a new issue