diff --git a/.gitea/workflows/build_linux_docker.yml b/.gitea/workflows/build_linux_docker.yml index ab1fc648..7121ab4d 100644 --- a/.gitea/workflows/build_linux_docker.yml +++ b/.gitea/workflows/build_linux_docker.yml @@ -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