fix(deps): checksums
Some checks failed
/ build-desktop (linux) (push) Failing after 4m58s
/ build-web (push) Failing after 5m3s
/ build-mobile (push) Failing after 7m41s
/ release (push) Has been skipped

This commit is contained in:
Alois 2026-08-09 11:53:50 +02:00
commit 2b4207f8fa
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24
2 changed files with 162 additions and 214 deletions

View file

@ -10,7 +10,7 @@ env:
jobs:
web:
if: ${{ github.actor == 'renovate' }}
if: ${{ github.actor == 'rasensprenger' }}
name: Build web
runs-on: nixos
steps:
@ -23,7 +23,7 @@ jobs:
- run: nix develop .#electron --command pnpm run build:web
desktop:
if: ${{ github.actor == 'renovate' }}
if: ${{ github.actor == 'rasensprenger' }}
name: Build desktop
runs-on: nixos
steps:
@ -36,7 +36,7 @@ jobs:
- run: nix develop .#electron --command pnpm run build:desktop
mobile:
if: ${{ github.actor == 'renovate' }}
if: ${{ github.actor == 'rasensprenger' }}
name: Build mobile
runs-on: nixos
steps:
@ -46,4 +46,4 @@ jobs:
persist-credentials: false
- run: nix develop .#tauri --command pnpm install --frozen-lockfile
- run: nix develop .#tauri --command pnpm run build:packages
- run: nix develop .#tauri --command pnpm --dir apps/tauri run build:mobile:ci
- run: nix develop .#tauri --command pnpm --dir apps/tauri run build:mobile:ci