1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-24 08:33:29 +00:00

update macos desktop build cache keys

This commit is contained in:
Derek Nance
2026-02-17 14:49:43 -06:00
parent a62b53da45
commit 0b4d350579

View File

@@ -1163,7 +1163,7 @@ jobs:
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
with:
path: apps/desktop/build
key: ${{ runner.os }}-${{ github.run_id }}-build
key: ${{ runner.os }}-${{ github.run_id }}-${{ matrix.license_type }}-build
- name: Cache Safari
id: safari-cache
@@ -1432,7 +1432,7 @@ jobs:
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
with:
path: apps/desktop/build
key: ${{ runner.os }}-${{ github.run_id }}-build
key: ${{ runner.os }}-${{ github.run_id }}-${{ matrix.license_type }}-build
- name: Setup Safari Cache
id: safari-cache
@@ -1736,7 +1736,7 @@ jobs:
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
with:
path: apps/desktop/build
key: ${{ runner.os }}-${{ github.run_id }}-build
key: ${{ runner.os }}-${{ github.run_id }}-${{ matrix.license_type }}-build
- name: Setup Safari Cache
id: safari-cache