mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-30 13:03:53 +01:00
set macos debug
This commit is contained in:
parent
59cda84d07
commit
afd501b985
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -193,6 +193,9 @@ jobs:
|
|||||||
- name: Set Node options
|
- name: Set Node options
|
||||||
run: echo "::set-env name=NODE_OPTIONS::--max_old_space_size=4096"
|
run: echo "::set-env name=NODE_OPTIONS::--max_old_space_size=4096"
|
||||||
|
|
||||||
|
- name: Set Debug
|
||||||
|
run: echo "::set-env name=DEBUG::electron-osx-sign*"
|
||||||
|
|
||||||
- name: Print environment
|
- name: Print environment
|
||||||
run: |
|
run: |
|
||||||
node --version
|
node --version
|
||||||
|
Loading…
Reference in New Issue
Block a user