mirror of
https://github.com/Eugeny/tabby.git
synced 2025-02-17 14:49:39 +08:00
removed obsolete electron version downgrade
This commit is contained in:
parent
d3ac784e79
commit
9b904856fa
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
@ -16,7 +16,6 @@ jobs:
|
||||
- name: Build
|
||||
shell: powershell
|
||||
run: |
|
||||
yarn add -D electron@6.0.7
|
||||
yarn
|
||||
node scripts/build-native.js
|
||||
yarn run build
|
||||
|
@ -10,7 +10,6 @@ version: "{build}"
|
||||
|
||||
install:
|
||||
- ps: Install-Product node $env:nodejs_version $env:platform
|
||||
- yarn add -D electron@6.0.7
|
||||
- yarn
|
||||
- node scripts/build-native.js
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user