This commit is contained in:
Jan-Otto Kröpke 2023-06-14 23:34:37 +02:00
parent 01421c4744
commit 2c8cdd6a88
No known key found for this signature in database
1 changed files with 0 additions and 3 deletions

View File

@ -44,9 +44,6 @@ jobs:
- name: Build Lens - name: Build Lens
run: | run: |
npm run all:install npm run all:install
# Avoid npm install from electron-builder
# ref: https://github.com/electron-userland/electron-builder/blob/80a3ae857b9305aff1774e1b2b932601af50231b/packages/app-builder-lib/src/util/yarn.ts#L11-L16
mkdir open-lens/node_modules
if [ "${CSC_LINK}" = "" ] || [ "${CSC_KEY_PASSWORD}" = "" ]; then if [ "${CSC_LINK}" = "" ] || [ "${CSC_KEY_PASSWORD}" = "" ]; then
unset CSC_LINK unset CSC_LINK