mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 16:53:25 +00:00
chore: adjust this a-fucking-gain
This commit is contained in:
2
.github/workflows/build-mobile-comment.yml
vendored
2
.github/workflows/build-mobile-comment.yml
vendored
@@ -105,7 +105,7 @@ jobs:
|
|||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: apps/expo/ios/Pods
|
path: apps/expo/ios/Pods
|
||||||
key: ${{ runner.os }}-pods-${{ hashFiles('apps/expo/pnpm-lock.yaml') }}
|
key: ${{ runner.os }}-pods-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-pods-
|
${{ runner.os }}-pods-
|
||||||
|
|
||||||
|
2
.github/workflows/build-mobile.yml
vendored
2
.github/workflows/build-mobile.yml
vendored
@@ -96,7 +96,7 @@ jobs:
|
|||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: apps/expo/ios/Pods
|
path: apps/expo/ios/Pods
|
||||||
key: ${{ runner.os }}-pods-${{ hashFiles('apps/expo/pnpm-lock.yaml') }}
|
key: ${{ runner.os }}-pods-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-pods-
|
${{ runner.os }}-pods-
|
||||||
|
|
||||||
|
2
.github/workflows/release-mobile.yml
vendored
2
.github/workflows/release-mobile.yml
vendored
@@ -124,7 +124,7 @@ jobs:
|
|||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: apps/expo/ios/Pods
|
path: apps/expo/ios/Pods
|
||||||
key: ${{ runner.os }}-pods-${{ hashFiles('apps/expo/pnpm-lock.yaml') }}
|
key: ${{ runner.os }}-pods-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-pods-
|
${{ runner.os }}-pods-
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user