Skip to content

Commit 7be0309

Browse files
Did this fix the issue?
1 parent cce998c commit 7be0309

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rust-unused-dependencies.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444
- name: Checkout submodules
4545
run: |
4646
git config --global --add safe.directory '*'
47-
git submodule update --init --depth=1 dist-assets/binaries wireguard-go-rs
47+
git submodule update --init --depth=1 dist-assets/binaries
48+
git submodule update --init --recursive --depth=1 wireguard-go-rs
4849
4950
- name: Install nightly Rust toolchain
5051
run: rustup default $RUST_NIGHTLY_TOOLCHAIN

0 commit comments

Comments
 (0)