1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-31 00:33:33 +00:00

Added OS specific cache bucket

This commit is contained in:
Anders Åberg
2025-12-16 02:15:40 +01:00
parent 27a6780418
commit 42c411094f
2 changed files with 4 additions and 0 deletions

View File

@@ -142,6 +142,8 @@ jobs:
- name: Setup sccache
uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
with:
version: ${{ runner.os }}
- name: Run cargo fmt
working-directory: ./apps/desktop/desktop_native

View File

@@ -119,6 +119,8 @@ jobs:
- name: Setup sccache
uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
with:
version: ${{ runner.os }}
- name: Build
working-directory: ./apps/desktop/desktop_native