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

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

View File

@ -7,14 +7,6 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Install dependencies
run: >
apt update && apt install -y curl wget gpg &&
mkdir -p /etc/apt/keyrings &&
(curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg) &&
(echo 'deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main' | tee /etc/apt/sources.list.d/nodesource.list) &&
apt update && apt install -y nodejs && npm install -g yarn
- name: Download Cringe Studios configuration - name: Download Cringe Studios configuration
run: "mkdir cringe && wget -O cringe/config.json https://chat.cringe-studios.com/config.json" run: "mkdir cringe && wget -O cringe/config.json https://chat.cringe-studios.com/config.json"
@ -28,4 +20,4 @@ jobs:
yarn && yarn &&
yarn run fetch --noverify --cfgdir cringe && yarn run fetch --noverify --cfgdir cringe &&
SQLCIPHER_BUNDLED=1 yarn run docker:build:native && 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'"