mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
add --break-system-packages for macos14
This commit is contained in:
6
.github/workflows/build-desktop.yml
vendored
6
.github/workflows/build-desktop.yml
vendored
@@ -679,7 +679,7 @@ jobs:
|
|||||||
node-version: ${{ env._NODE_VERSION }}
|
node-version: ${{ env._NODE_VERSION }}
|
||||||
|
|
||||||
- name: Set up Node-gyp
|
- name: Set up Node-gyp
|
||||||
run: python3 -m pip install setuptools
|
run: python3 -m pip install setuptools --break-system-packages
|
||||||
|
|
||||||
- name: Rust
|
- name: Rust
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
@@ -888,7 +888,7 @@ jobs:
|
|||||||
node-version: ${{ env._NODE_VERSION }}
|
node-version: ${{ env._NODE_VERSION }}
|
||||||
|
|
||||||
- name: Set up Node-gyp
|
- name: Set up Node-gyp
|
||||||
run: python3 -m pip install setuptools
|
run: python3 -m pip install setuptools --break-system-packages
|
||||||
|
|
||||||
- name: Rust
|
- name: Rust
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
@@ -1137,7 +1137,7 @@ jobs:
|
|||||||
node-version: ${{ env._NODE_VERSION }}
|
node-version: ${{ env._NODE_VERSION }}
|
||||||
|
|
||||||
- name: Set up Node-gyp
|
- name: Set up Node-gyp
|
||||||
run: python3 -m pip install setuptools
|
run: python3 -m pip install setuptools --break-system-packages
|
||||||
|
|
||||||
- name: Rust
|
- name: Rust
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|||||||
Reference in New Issue
Block a user