We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce998c commit 7be0309Copy full SHA for 7be0309
.github/workflows/rust-unused-dependencies.yml
@@ -44,7 +44,8 @@ jobs:
44
- name: Checkout submodules
45
run: |
46
git config --global --add safe.directory '*'
47
- git submodule update --init --depth=1 dist-assets/binaries wireguard-go-rs
+ git submodule update --init --depth=1 dist-assets/binaries
48
+ git submodule update --init --recursive --depth=1 wireguard-go-rs
49
50
- name: Install nightly Rust toolchain
51
run: rustup default $RUST_NIGHTLY_TOOLCHAIN
0 commit comments