Update workflow
Some checks failed
/ build-element (push) Failing after 4m53s

This commit is contained in:
MrLetsplay 2025-03-04 21:20:48 +01:00
parent 695860d8cd
commit 8d9343e54d
Signed by: mr
SSH Key Fingerprint: SHA256:92jBH80vpXyaZHjaIl47pjRq+Yt7XGTArqQg1V7hSqg

View File

@ -8,7 +8,16 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Install dependencies - name: Install dependencies
run: "apt update && apt install -y npm && npm install -g yarn" run: "apt update && apt install -y npm wget && npm install -g yarn"
- name: Run script - name: Download Cringe Studios configuration
run: "echo 'hello world'" run: "mkdir cringe && wget -O cringe/config.json https://chat.cringe-studios.com/config.json"
- name: Fetch all dependencies
run: "yarn && yarn run fetch --noverify --cfgdir cringe"
- name: Docker setup
run: "yarn run docker:setup"
- name: Docker build
run: "scripts/in-docker.sh bash -c 'dpkg --add-architecture i386 && apt update && apt install -y rpm wine mono-devel && SQLCIPHER_BUNDLED=1 yarn run docker:build:native && yarn run docker:build --linux rpm --linux deb --linux tar.xz --linux AppImage --win squirrel'"