1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 05:53:42 +00:00

Forces native module build

This commit is contained in:
Nathan Ansel
2025-02-04 15:48:11 -06:00
parent d1f349cc2b
commit bdf7547115

View File

@@ -219,7 +219,7 @@ jobs:
key: rust-${{ runner.os }}-${{ hashFiles('apps/desktop/desktop_native/**/*') }}
- name: Build Native Module
if: steps.cache.outputs.cache-hit != 'true'
# if: steps.cache.outputs.cache-hit != 'true'
working-directory: apps/desktop/desktop_native
env:
PKG_CONFIG_ALLOW_CROSS: true
@@ -1385,9 +1385,13 @@ jobs:
key: rust-${{ runner.os }}-${{ hashFiles('apps/desktop/desktop_native/**/*') }}
- name: Build Native Module
if: steps.cache.outputs.cache-hit != 'true'
working-directory: apps/desktop/desktop_native
run: node build.js cross-platform
working-directory: apps/desktop/desktop_native
run: |
rustup target add aarch64-apple-darwin
node build.js cross-platform
# if: steps.cache.outputs.cache-hit != 'true'
# working-directory: apps/desktop/desktop_native
# run: node build.js cross-platform
- name: Build
if: steps.build-cache.outputs.cache-hit != 'true'