TTP -> MTP, A lot of other stuff #21

Merged
alois merged 81 commits from dev into main 2026-07-21 11:57:33 +03:00
2 changed files with 6 additions and 0 deletions
Showing only changes of commit 1dd8a979ee - Show all commits

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

Alois 2026-06-28 19:47:12 +02:00

View file

@ -9,6 +9,9 @@ jobs:
build-web:
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

View file

@ -152,6 +152,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