Update workflow
Some checks failed
/ build-element (push) Failing after 26m21s

This commit is contained in:
MrLetsplay 2025-04-06 09:59:42 +02:00
parent d0351bd0b3
commit fbab4257e6
Signed by: mr
SSH Key Fingerprint: SHA256:92jBH80vpXyaZHjaIl47pjRq+Yt7XGTArqQg1V7hSqg

View File

@ -25,6 +25,7 @@ jobs:
- name: Install packages
run: >
\. "$HOME/.nvm/nvm.sh" &&
source ~/.profile &&
nvm use 22 &&
yarn add matrix-seshat &&
yarn
@ -32,17 +33,20 @@ jobs:
- name: Fetch element
run: >
\. "$HOME/.nvm/nvm.sh" &&
source ~/.profile &&
nvm use 22 &&
yarn run fetch --noverify --cfgdir cringe
- name: Build natives
run: >
\. "$HOME/.nvm/nvm.sh" &&
source ~/.profile &&
nvm use 22 &&
SQLCIPHER_BUNDLED=1 yarn run build:native
- name: Build packages
run: >
\. "$HOME/.nvm/nvm.sh" &&
source ~/.profile &&
nvm use 22 &&
yarn run build --linux rpm --linux deb --linux tar.xz --linux AppImage --win squirrel