From 551c8ef1451ca47aa246d6bea553a4532e8127a6 Mon Sep 17 00:00:00 2001 From: pavel Date: Wed, 25 Feb 2026 16:45:05 +0100 Subject: [PATCH] p --- .forgejo/workflows/pipeline.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.forgejo/workflows/pipeline.yaml b/.forgejo/workflows/pipeline.yaml index 998698a..7dde8b9 100644 --- a/.forgejo/workflows/pipeline.yaml +++ b/.forgejo/workflows/pipeline.yaml @@ -11,8 +11,6 @@ jobs: with: node-version: 24 - uses: actions/checkout@v6 - - name: Install packaging deps (Linux + Windows cross-build) - run: sudo apt-get update && sudo apt-get install -y rpm wine64 nsis - run: npm ci - run: npm run dist:linux - run: npm run dist:win