passphrase handling / cleanup

This commit is contained in:
Eugene
2024-08-03 22:07:13 +02:00
parent 76d72a5f32
commit ca2cf0ffa0
7 changed files with 7 additions and 160 deletions

View File

@@ -67,12 +67,6 @@ jobs:
env:
ARCH: ${{matrix.arch}}
- name: Fix cross build
run: |
rm -rf app/node_modules/cpu-features
rm -rf app/node_modules/ssh2/crypto/build
if: matrix.arch == 'arm64'
- name: Webpack
run: yarn run build