mirror of
https://github.com/creating2morrow/neveko.git
synced 2024-12-22 19:49:24 +00:00
checkout with submodule
This commit is contained in:
parent
a332b1655f
commit
901e26116a
1 changed files with 3 additions and 1 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -20,7 +20,9 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
submodules: 'true'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo apt install -y libssl-dev build-essential && rustup toolchain install nightly
|
run: sudo apt install -y libssl-dev build-essential && rustup toolchain install nightly
|
||||||
- name: Build and Clippy
|
- name: Build and Clippy
|
||||||
|
|
Loading…
Reference in a new issue