Skip to content

Commit 2cad1ff

Browse files
authored
Merge pull request #78 from hug-dev/fix-nightly
Fix nightly CI
2 parents 16d3d40 + 4810da1 commit 2cad1ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
uses: actions-rs/toolchain@v1
1616
with:
1717
toolchain: nightly
18+
- name: Fetch submodules
19+
run: git submodule update --init
1820
- name: Install cargo udeps
1921
run: cargo install cargo-udeps --locked
2022
- name: Execute cargo udeps

0 commit comments

Comments
 (0)