mirror of
https://github.com/selfxyz/self.git
synced 2026-01-09 14:48:06 -05:00
2
.github/workflows/mobile-ci.yml
vendored
2
.github/workflows/mobile-ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user