forked from CringeStudios/element-desktop
This commit is contained in:
parent
d40167f8fe
commit
a16ae32532
@ -30,15 +30,18 @@ jobs:
|
||||
|
||||
- name: Fetch element
|
||||
run: >
|
||||
\. "$HOME/.nvm/nvm.sh" &&
|
||||
nvm use 22 &&
|
||||
yarn run fetch --noverify --cfgdir cringe
|
||||
|
||||
- name: Build natives
|
||||
run: >
|
||||
\. "$HOME/.nvm/nvm.sh" &&
|
||||
nvm use 22 &&
|
||||
SQLCIPHER_BUNDLED=1 yarn run build:native
|
||||
|
||||
- name: Build packages
|
||||
run: >
|
||||
\. "$HOME/.nvm/nvm.sh" &&
|
||||
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