diff options
| author | David Lönnhager <david.l@mullvad.net> | 2024-04-18 10:21:22 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2024-04-18 15:02:19 +0200 |
| commit | c80d2d35b33f367bf4aec014c3751663b616fb04 (patch) | |
| tree | c9acdb07ac512eba8dc6f64fb1ddafbb63188540 | |
| parent | 48226eeb5596df68f43fe7a3104a1f2ce3892ead (diff) | |
| download | mullvadvpn-c80d2d35b33f367bf4aec014c3751663b616fb04.tar.xz mullvadvpn-c80d2d35b33f367bf4aec014c3751663b616fb04.zip | |
Remove pointless submodule update
| -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: |
