From 3db98f92304d1894577bf6c8a132508eef439672 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Conrad=20H=C3=BCbler?= Date: Fri, 27 Dec 2024 13:52:09 +0100 Subject: [PATCH] another test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Conrad Hübler --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cf42419..acf61f7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,10 @@ jobs: container: coderus/sailfishos-platform-sdk:4.2.0.21 steps: - - uses: actions/checkout@v4 + - name: Manual Checkout + run: | + git clone https://github.com/conradhuebler/harbour-tidalplayer.git . + git submodule update --init --recursive - name: Build for aarch64 run: mb2 -t SailfishOS-4.2.0.21-aarch64 build