Update workflow
Some checks failed
/ build-element (push) Failing after 1m7s

This commit is contained in:
MrLetsplay 2025-03-04 21:52:42 +01:00
parent ac3055f51e
commit 508df5a8fb
Signed by: mr
SSH Key Fingerprint: SHA256:92jBH80vpXyaZHjaIl47pjRq+Yt7XGTArqQg1V7hSqg

View File

@ -23,10 +23,9 @@ jobs:
- name: Docker build
run: >
scripts/in-docker.sh bash -c
'dpkg --add-architecture i386 && apt update && apt install -y rpm wine mono-devel &&
bash -c "scripts/in-docker.sh bash -c 'dpkg --add-architecture i386 && apt update && apt install -y rpm wine mono-devel &&
yarn add matrix-seshat &&
yarn &&
yarn run fetch --noverify --cfgdir cringe &&
SQLCIPHER_BUNDLED=1 yarn run docker:build:native &&
yarn run docker:build --linux rpm --linux deb --linux tar.xz --linux AppImage --win squirrel'
yarn run docker:build --linux rpm --linux deb --linux tar.xz --linux AppImage --win squirrel'""