From 1f5d79c8acca3ddca246933b2182aef2722601c3 Mon Sep 17 00:00:00 2001 From: pavel Date: Fri, 13 Feb 2026 18:07:26 +0100 Subject: [PATCH] fix --- .forgejo/workflows/pipeline.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.forgejo/workflows/pipeline.yaml b/.forgejo/workflows/pipeline.yaml index 4c2c575..47fc91f 100644 --- a/.forgejo/workflows/pipeline.yaml +++ b/.forgejo/workflows/pipeline.yaml @@ -29,10 +29,6 @@ jobs: key: ${{ runner.os }}-cargo-target-${{ hashFiles('Cargo.lock') }} restore-keys: | ${{ runner.os }}-cargo-target- - - run: | - cd frontend - npm install - npm run build - run: ~/.cargo/bin/cargo build -r - run: | export XDG_RUNTIME_DIR=/run/user/$(id -u)