1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-25 09:03:28 +00:00

Re-add arch

This commit is contained in:
Hinton
2026-01-19 17:22:44 +01:00
parent 1a38239d0e
commit 2f51030439

View File

@@ -407,7 +407,7 @@ jobs:
apps/desktop/desktop_native/dist/*
${{ env.RUNNER_TEMP }}/.cargo/registry
${{ env.RUNNER_TEMP }}/.cargo/git
key: rust-${{ runner.os }}-${{ hashFiles('apps/desktop/desktop_native/**/Cargo.*', 'apps/desktop/desktop_native/**/*.rs') }}
key: rust-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('apps/desktop/desktop_native/**/Cargo.*', 'apps/desktop/desktop_native/**/*.rs') }}
- name: Build Native Module
if: steps.cache.outputs.cache-hit != 'true'