diff options
| author | David Lönnhager <david.l@mullvad.net> | 2024-04-15 11:46:48 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2024-04-16 14:43:19 +0200 |
| commit | 1832ccc05c4f1898d36b2647e254229c821a4674 (patch) | |
| tree | 55fada0bc30320897c9fdfa6b3dcdc7c96cafdc0 | |
| parent | 1929cdae674fbe6524c759bfd3e4a612314305e4 (diff) | |
| download | mullvadvpn-1832ccc05c4f1898d36b2647e254229c821a4674.tar.xz mullvadvpn-1832ccc05c4f1898d36b2647e254229c821a4674.zip | |
Check out wg-nt in CI
| -rw-r--r-- | .github/workflows/daemon.yml | 4 |
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: |
