mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-26 06:19:53 +00: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
|
- name: Build
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
yarn add -D electron@6.0.7
|
|
||||||
yarn
|
yarn
|
||||||
node scripts/build-native.js
|
node scripts/build-native.js
|
||||||
yarn run build
|
yarn run build
|
||||||
|
@ -10,7 +10,6 @@ version: "{build}"
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- ps: Install-Product node $env:nodejs_version $env:platform
|
- ps: Install-Product node $env:nodejs_version $env:platform
|
||||||
- yarn add -D electron@6.0.7
|
|
||||||
- yarn
|
- yarn
|
||||||
- node scripts/build-native.js
|
- node scripts/build-native.js
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user