diff options
| author | David Lönnhager <david.l@mullvad.net> | 2024-04-18 15:02:53 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2024-04-18 15:02:53 +0200 |
| commit | 39afae6606a16747d6f4d044273db3f050fc37e6 (patch) | |
| tree | c9acdb07ac512eba8dc6f64fb1ddafbb63188540 /.github/workflows | |
| parent | b9ddc240e7dab2c81aa32acfff179aee6665beac (diff) | |
| parent | c80d2d35b33f367bf4aec014c3751663b616fb04 (diff) | |
| download | mullvadvpn-39afae6606a16747d6f4d044273db3f050fc37e6.tar.xz mullvadvpn-39afae6606a16747d6f4d044273db3f050fc37e6.zip | |
Merge branch 'fix-wg-header' into main
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/daemon.yml | 4 |
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: |
