fix if statement

This commit is contained in:
Czarek Nakamoto
2023-12-30 15:10:00 +01:00
parent cbeb46c84b
commit 59545cd233

View File

@@ -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: |