diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2023-12-30 15:12:30 +0100 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2023-12-30 15:12:30 +0100 |
| commit | a6b89fa44b2d03b04d4d9b3bcf5f27ef8f3e76bf (patch) | |
| tree | 46c5d79094026db58054d2a81aad9bd1c2d2479f | |
| parent | 59545cd23316ffbe0243896c8451be34daa0d37f (diff) | |
work, I beg you
| -rw-r--r-- | .github/workflows/android.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 4e44667..4964394 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -170,12 +170,12 @@ jobs: && [ -f "${{ github.workspace }}/monero/build/release/src/hardforks/libhardforks.a" ]] \ && [ -f "${{ github.workspace }}/monero/build/release/external/randomx/librandomx.a" ]] \ && [ -f "${{ github.workspace }}/monero/build/release/src/rpc/librpc_base.a" ]] \ - && [ -f "${{ github.workspace }}/monero/build/release/src/cryptonote_basic/libcryptonote_format_utils_basic.a" ]]; \ + && [ -f "${{ github.workspace }}/monero/build/release/src/cryptonote_basic/libcryptonote_format_utils_basic.a" ]] \ then \ 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: | |
