|
|
|
|
@ -236,7 +236,7 @@ jobs:
|
|
|
|
|
npm link ../sdk-internal
|
|
|
|
|
|
|
|
|
|
- name: Cache Native Module
|
|
|
|
|
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
|
|
|
|
|
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
|
|
|
|
|
id: cache
|
|
|
|
|
with:
|
|
|
|
|
path: |
|
|
|
|
|
@ -399,7 +399,7 @@ jobs:
|
|
|
|
|
npm link ../sdk-internal
|
|
|
|
|
|
|
|
|
|
- name: Cache Native Module
|
|
|
|
|
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
|
|
|
|
|
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
|
|
|
|
|
id: cache
|
|
|
|
|
with:
|
|
|
|
|
path: |
|
|
|
|
|
@ -562,7 +562,7 @@ jobs:
|
|
|
|
|
npm link ../sdk-internal
|
|
|
|
|
|
|
|
|
|
- name: Cache Native Module
|
|
|
|
|
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
|
|
|
|
|
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
|
|
|
|
|
id: cache
|
|
|
|
|
with:
|
|
|
|
|
path: |
|
|
|
|
|
@ -827,7 +827,7 @@ jobs:
|
|
|
|
|
npm link ../sdk-internal
|
|
|
|
|
|
|
|
|
|
- name: Cache Native Module
|
|
|
|
|
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
|
|
|
|
|
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
|
|
|
|
|
id: cache
|
|
|
|
|
with:
|
|
|
|
|
path: |
|
|
|
|
|
@ -1032,14 +1032,14 @@ jobs:
|
|
|
|
|
|
|
|
|
|
- name: Cache Build
|
|
|
|
|
id: build-cache
|
|
|
|
|
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
|
|
|
|
|
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
|
|
|
|
|
with:
|
|
|
|
|
path: apps/desktop/build
|
|
|
|
|
key: ${{ runner.os }}-${{ github.run_id }}-build
|
|
|
|
|
|
|
|
|
|
- name: Cache Safari
|
|
|
|
|
id: safari-cache
|
|
|
|
|
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
|
|
|
|
|
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
|
|
|
|
|
with:
|
|
|
|
|
path: apps/browser/dist/Safari
|
|
|
|
|
key: ${{ runner.os }}-${{ github.run_id }}-safari-extension
|
|
|
|
|
@ -1185,7 +1185,7 @@ jobs:
|
|
|
|
|
npm link ../sdk-internal
|
|
|
|
|
|
|
|
|
|
- name: Cache Native Module
|
|
|
|
|
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
|
|
|
|
|
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
|
|
|
|
|
id: cache
|
|
|
|
|
with:
|
|
|
|
|
path: |
|
|
|
|
|
@ -1272,14 +1272,14 @@ jobs:
|
|
|
|
|
|
|
|
|
|
- name: Get Build Cache
|
|
|
|
|
id: build-cache
|
|
|
|
|
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
|
|
|
|
|
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
|
|
|
|
|
with:
|
|
|
|
|
path: apps/desktop/build
|
|
|
|
|
key: ${{ runner.os }}-${{ github.run_id }}-build
|
|
|
|
|
|
|
|
|
|
- name: Setup Safari Cache
|
|
|
|
|
id: safari-cache
|
|
|
|
|
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
|
|
|
|
|
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
|
|
|
|
|
with:
|
|
|
|
|
path: apps/browser/dist/Safari
|
|
|
|
|
key: ${{ runner.os }}-${{ github.run_id }}-safari-extension
|
|
|
|
|
@ -1409,7 +1409,7 @@ jobs:
|
|
|
|
|
npm link ../sdk-internal
|
|
|
|
|
|
|
|
|
|
- name: Cache Native Module
|
|
|
|
|
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
|
|
|
|
|
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
|
|
|
|
|
id: cache
|
|
|
|
|
with:
|
|
|
|
|
path: |
|
|
|
|
|
@ -1547,14 +1547,14 @@ jobs:
|
|
|
|
|
|
|
|
|
|
- name: Get Build Cache
|
|
|
|
|
id: build-cache
|
|
|
|
|
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
|
|
|
|
|
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
|
|
|
|
|
with:
|
|
|
|
|
path: apps/desktop/build
|
|
|
|
|
key: ${{ runner.os }}-${{ github.run_id }}-build
|
|
|
|
|
|
|
|
|
|
- name: Setup Safari Cache
|
|
|
|
|
id: safari-cache
|
|
|
|
|
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
|
|
|
|
|
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
|
|
|
|
|
with:
|
|
|
|
|
path: apps/browser/dist/Safari
|
|
|
|
|
key: ${{ runner.os }}-${{ github.run_id }}-safari-extension
|
|
|
|
|
@ -1692,7 +1692,7 @@ jobs:
|
|
|
|
|
npm link ../sdk-internal
|
|
|
|
|
|
|
|
|
|
- name: Cache Native Module
|
|
|
|
|
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
|
|
|
|
|
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
|
|
|
|
|
id: cache
|
|
|
|
|
with:
|
|
|
|
|
path: |
|
|
|
|
|
|