summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2024-04-16 14:47:34 +0200
committerDavid Lönnhager <david.l@mullvad.net>2024-04-16 14:47:34 +0200
commit58dadaae40815729b6d279b7187751f1519093fb (patch)
tree55fada0bc30320897c9fdfa6b3dcdc7c96cafdc0 /.github/workflows
parentb9a59074141024a9d40723dca5c58cfe15fccbbc (diff)
parent1832ccc05c4f1898d36b2647e254229c821a4674 (diff)
downloadmullvadvpn-58dadaae40815729b6d279b7187751f1519093fb.tar.xz
mullvadvpn-58dadaae40815729b6d279b7187751f1519093fb.zip
Merge branch 'add-wg-nt-daita'
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/daemon.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/daemon.yml b/.github/workflows/daemon.yml
index 3293e02879..a5107fbcf8 100644
--- a/.github/workflows/daemon.yml
+++ b/.github/workflows/daemon.yml
@@ -114,6 +114,10 @@ jobs:
- name: Checkout submodules
run: git submodule update --init --depth=1
+ - name: Checkout wireguard-nt
+ working-directory: dist-assets/binaries
+ run: git submodule update --init -- wireguard-nt
+
- name: Install Protoc
uses: arduino/setup-protoc@v1
with: