Skip to content

Commit

Permalink
fixup: Check out wireguard-go-rs submodule in Windows daemon workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Jan 15, 2025
1 parent b966a0f commit 05b3b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daemon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:

- name: Checkout submodules
run: |
git submodule update --init --depth=1 dist-assets/binaries
git submodule update --init --depth=1
git submodule update --init --recursive --depth=1 wireguard-go-rs
- name: Install Protoc
Expand Down

0 comments on commit 05b3b34

Please sign in to comment.