Update workflow
Some checks failed
/ build-element (push) Failing after 41s

This commit is contained in:
MrLetsplay 2025-04-06 10:53:21 +02:00
parent 17aad3800b
commit 049b6ec96b
Signed by: mr
SSH Key Fingerprint: SHA256:92jBH80vpXyaZHjaIl47pjRq+Yt7XGTArqQg1V7hSqg

View File

@ -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 &&