forked from CringeStudios/element-desktop
This commit is contained in:
parent
7571c934af
commit
2650f8c8d8
@ -14,7 +14,7 @@ jobs:
|
||||
run: >
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y &&
|
||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.2/install.sh | bash &&
|
||||
source ~/.bashrc &&
|
||||
source ~/.profile &&
|
||||
\. "$HOME/.nvm/nvm.sh" &&
|
||||
nvm install 22 &&
|
||||
nvm use 22 &&
|
||||
@ -24,7 +24,7 @@ jobs:
|
||||
|
||||
- name: Install packages
|
||||
run: >
|
||||
source ~/.bashrc &&
|
||||
source ~/.profile &&
|
||||
\. "$HOME/.nvm/nvm.sh" &&
|
||||
nvm use 22 &&
|
||||
yarn add matrix-seshat &&
|
||||
@ -32,21 +32,21 @@ jobs:
|
||||
|
||||
- name: Fetch element
|
||||
run: >
|
||||
source ~/.bashrc &&
|
||||
source ~/.profile &&
|
||||
\. "$HOME/.nvm/nvm.sh" &&
|
||||
nvm use 22 &&
|
||||
yarn run fetch --noverify --cfgdir cringe
|
||||
|
||||
- name: Build natives
|
||||
run: >
|
||||
source ~/.bashrc &&
|
||||
source ~/.profile &&
|
||||
\. "$HOME/.nvm/nvm.sh" &&
|
||||
nvm use 22 &&
|
||||
SQLCIPHER_BUNDLED=1 yarn run build:native
|
||||
|
||||
- name: Build packages
|
||||
run: >
|
||||
source ~/.bashrc &&
|
||||
source ~/.profile &&
|
||||
\. "$HOME/.nvm/nvm.sh" &&
|
||||
nvm use 22 &&
|
||||
yarn run build --linux rpm --linux deb --linux tar.xz --linux AppImage --win squirrel --publish never
|
||||
|
Loading…
x
Reference in New Issue
Block a user