mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-24 09:06:03 +00:00
removed obsolete electron version downgrade
This commit is contained in:
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
|
||||
|
||||
|
Reference in New Issue
Block a user