Revert "try rebuild deps every time"

This reverts commit a5c97210a5.
This commit is contained in:
Leszek Stachowski
2025-10-23 10:37:48 +02:00
parent 71a5424ce3
commit 4f44615fd6

View File

@@ -298,7 +298,7 @@ jobs:
with:
cache-version: ${{ env.GH_CACHE_VERSION }}-${{ env.NODE_VERSION_SANITIZED }}
- name: Build dependencies (cache miss)
# if: steps.built-deps.outputs.cache-hit != 'true'
if: steps.built-deps.outputs.cache-hit != 'true'
run: |
echo "Cache miss for built dependencies. Building now..."
yarn workspace @selfxyz/mobile-app run build:deps