From 7f915f41527532eb3c840c36c88d69ac732cd100 Mon Sep 17 00:00:00 2001 From: Jonatan Rhodin Date: Mon, 16 Dec 2024 12:08:58 +0100 Subject: [PATCH] Removed unnecessary thing --- .github/workflows/android-app.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index 734518d242f6..9910d8cea235 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -398,11 +398,6 @@ jobs: with: submodules: true - - name: Checkout wireguard-go-rs recursively - run: | - git config --global --add safe.directory '*' - git submodule update --init --recursive --depth=1 wireguard-go-rs - - uses: actions/download-artifact@v4 with: name: debug-keystore