forked from CringeStudios/element-desktop
This commit is contained in:
parent
17aad3800b
commit
049b6ec96b
@ -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 "$HOME/.bashrc" &&
|
||||
nvm install 22 &&
|
||||
nvm use 22 &&
|
||||
curl --proto "=https" -L https://yarnpkg.com/latest.tar.gz | tar xvz && mv yarn-* /yarn && ln -s /yarn/bin/yarn /usr/bin/yarn &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user