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