From 1ac30172ecdb11a3013015d37db96c8b06995820 Mon Sep 17 00:00:00 2001 From: Albin Date: Fri, 23 Aug 2024 16:19:49 +0200 Subject: [PATCH] Check out wireguard-go-rs recursively --- .github/workflows/android-app.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index 5eedfb158a0b..d3c260e16df9 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -175,6 +175,11 @@ jobs: with: submodules: true + - name: Checkout wireguard-go-rs recursively + run: | + git config --global --add safe.directory '*' + git submodule update --recursive --depth=1 wireguard-go-rs + - name: Calculate native lib cache hash id: native-lib-cache-hash shell: bash