summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/daemon.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/daemon.yml b/.github/workflows/daemon.yml
index 2727d6697b..ee7dcc77ae 100644
--- a/.github/workflows/daemon.yml
+++ b/.github/workflows/daemon.yml
@@ -130,7 +130,9 @@ jobs:
uses: actions/checkout@v4
- name: Checkout submodules
- run: git submodule update --init --depth=1
+ run: |
+ git submodule update --init --depth=1
+ git submodule update --init --recursive --depth=1 wireguard-go-rs
- name: Install Protoc
# NOTE: ARM runner already has protoc