forked from CringeStudios/element-desktop
This commit is contained in:
parent
8391538ae4
commit
d40167f8fe
@ -24,17 +24,21 @@ jobs:
|
|||||||
|
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: >
|
run: >
|
||||||
|
nvm use 22 &&
|
||||||
yarn add matrix-seshat &&
|
yarn add matrix-seshat &&
|
||||||
yarn
|
yarn
|
||||||
|
|
||||||
- name: Fetch element
|
- name: Fetch element
|
||||||
run: >
|
run: >
|
||||||
|
nvm use 22 &&
|
||||||
yarn run fetch --noverify --cfgdir cringe
|
yarn run fetch --noverify --cfgdir cringe
|
||||||
|
|
||||||
- name: Build natives
|
- name: Build natives
|
||||||
run: >
|
run: >
|
||||||
|
nvm use 22 &&
|
||||||
SQLCIPHER_BUNDLED=1 yarn run build:native
|
SQLCIPHER_BUNDLED=1 yarn run build:native
|
||||||
|
|
||||||
- name: Build packages
|
- name: Build packages
|
||||||
run: >
|
run: >
|
||||||
|
nvm use 22 &&
|
||||||
yarn run build --linux rpm --linux deb --linux tar.xz --linux AppImage --win squirrel
|
yarn run build --linux rpm --linux deb --linux tar.xz --linux AppImage --win squirrel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user