(fix): workflows
Some checks failed
/ build-web (push) Failing after 3s
/ build-desktop (linux) (push) Failing after 3s
/ build-mobile (push) Failing after 3s
/ release (push) Has been skipped

This commit is contained in:
Alois 2026-06-28 19:48:40 +02:00
commit 018571c950
2 changed files with 18 additions and 0 deletions

View file

@ -33,6 +33,9 @@ jobs:
build-mobile:
runs-on: nixos
steps:
- name: Install node
run: nix profile install nixpkgs#nodejs_24
- name: Check out repo
uses: https://data.forgejo.org/actions/checkout@v4
@ -114,6 +117,9 @@ jobs:
matrix:
target: [linux]
steps:
- name: Install node
run: nix profile install nixpkgs#nodejs_24
- name: Check out repo
uses: https://data.forgejo.org/actions/checkout@v4
@ -156,6 +162,9 @@ jobs:
runs-on: nixos
needs: [build-web, build-mobile, build-desktop]
steps:
- name: Install node
run: nix profile install nixpkgs#nodejs_24
- name: Check out repo
uses: https://data.forgejo.org/actions/checkout@v4
with: