Skip to content

Commit 7f7c3ec

Browse files
committed
Fix electron and electron-builder mirror
1 parent 8ba278b commit 7f7c3ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/e2e.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ jobs:
7373

7474
build_on_mac:
7575
runs-on: macOS-latest
76+
env:
77+
ELECTRON_MIRROR: https://npmmirror.com/mirrors/electron/
78+
ELECTRON_BUILDER_BINARIES_MIRROR: https://npmmirror.com/mirrors/electron-builder-binaries/
7679
steps:
7780
- name: Checkout repository
7881
uses: actions/checkout@v3

0 commit comments

Comments
 (0)