fix
Some checks failed
/ upload (release) Failing after 1m13s

This commit is contained in:
pavel 2026-02-13 18:07:26 +01:00
commit 1f5d79c8ac

View file

@ -29,10 +29,6 @@ jobs:
key: ${{ runner.os }}-cargo-target-${{ hashFiles('Cargo.lock') }} key: ${{ runner.os }}-cargo-target-${{ hashFiles('Cargo.lock') }}
restore-keys: | restore-keys: |
${{ runner.os }}-cargo-target- ${{ runner.os }}-cargo-target-
- run: |
cd frontend
npm install
npm run build
- run: ~/.cargo/bin/cargo build -r - run: ~/.cargo/bin/cargo build -r
- run: | - run: |
export XDG_RUNTIME_DIR=/run/user/$(id -u) export XDG_RUNTIME_DIR=/run/user/$(id -u)