diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2025-02-07 13:32:59 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2025-02-07 13:34:29 +0100 |
| commit | 87cd146b40b38d750312d7ca265bc07a56559301 (patch) | |
| tree | 623fc9e597c5b0d5ca4cb3f7d909f0a84fb1be60 /.github/workflows/android-app.yml | |
| parent | 4c688c899d3094c0d703489fdbac7dc1c1a9408d (diff) | |
| download | mullvadvpn-87cd146b40b38d750312d7ca265bc07a56559301.tar.xz mullvadvpn-87cd146b40b38d750312d7ca265bc07a56559301.zip | |
Update all CI to update wireguard-go submodule more explicitly
Diffstat (limited to '.github/workflows/android-app.yml')
| -rw-r--r-- | .github/workflows/android-app.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index fab337c71e..cf6ec32518 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -120,7 +120,7 @@ jobs: - name: Checkout wireguard-go-rs recursively run: | git config --global --add safe.directory '*' - git submodule update --init --recursive --depth=1 wireguard-go-rs + git submodule update --init wireguard-go-rs/libwg/wireguard-go - name: Calculate native lib cache hash id: native-lib-cache-hash |
