This commit is contained in:
idranme 2024-08-09 15:53:04 +08:00
parent c520034934
commit 4e377f86d1
No known key found for this signature in database
GPG Key ID: 926F7B5B668E495F

View File

@ -19,6 +19,7 @@ jobs:
- name: install dependenies - name: install dependenies
run: | run: |
export ELECTRON_SKIP_BINARY_DOWNLOAD=1 export ELECTRON_SKIP_BINARY_DOWNLOAD=1
corepack enable
yarn install yarn install
- name: build - name: build