From 59545cd23316ffbe0243896c8451be34daa0d37f Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Sat, 30 Dec 2023 15:10:00 +0100 Subject: [PATCH] fix if statement --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index ccceb9c..4e44667 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -175,7 +175,7 @@ jobs: echo "Cache exist, creating /tmp/skip_deps"; \ touch /tmp/skip_deps; \ else \ - echo "Cache missing, this will be a looooong build." \ + echo "Cache missing, this will be a looooong build."; \ fi - name: Download monero run: |