summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2024-04-18 15:02:53 +0200
committerDavid Lönnhager <david.l@mullvad.net>2024-04-18 15:02:53 +0200
commit39afae6606a16747d6f4d044273db3f050fc37e6 (patch)
treec9acdb07ac512eba8dc6f64fb1ddafbb63188540 /.github
parentb9ddc240e7dab2c81aa32acfff179aee6665beac (diff)
parentc80d2d35b33f367bf4aec014c3751663b616fb04 (diff)
downloadmullvadvpn-39afae6606a16747d6f4d044273db3f050fc37e6.tar.xz
mullvadvpn-39afae6606a16747d6f4d044273db3f050fc37e6.zip
Merge branch 'fix-wg-header' into main
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/daemon.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/daemon.yml b/.github/workflows/daemon.yml
index a5107fbcf8..3293e02879 100644
--- a/.github/workflows/daemon.yml
+++ b/.github/workflows/daemon.yml
@@ -114,10 +114,6 @@ 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: