(feat): big call and chatting stuff #23

Merged
alois merged 33 commits from dev into main 2026-08-01 03:05:40 +03:00
2 changed files with 24 additions and 0 deletions
Showing only changes of commit 6d865a93e8 - Show all commits

(fix): workflows
All checks were successful
/ build-web (push) Successful in 7m36s
/ build-desktop (linux) (push) Successful in 12m8s
/ build-mobile (push) Successful in 18m57s
/ release (push) Successful in 3m24s

Alois 2026-07-26 22:48:54 +02:00
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24

View file

@ -18,6 +18,9 @@ jobs:
- name: Check out repo
uses: https://data.forgejo.org/actions/checkout@v4
- name: Pull git submodules
run: git submodule update --init --recursive
- name: Install dependencies
run: nix develop .#electron --command pnpm install --frozen-lockfile
@ -42,6 +45,9 @@ jobs:
- name: Check out repo
uses: https://data.forgejo.org/actions/checkout@v4
- name: Pull git submodules
run: git submodule update --init --recursive
- name: Install dependencies
run: nix develop .#tauri --command pnpm install --frozen-lockfile
@ -128,6 +134,9 @@ jobs:
- name: Check out repo
uses: https://data.forgejo.org/actions/checkout@v4
- name: Pull git submodules
run: git submodule update --init --recursive
- name: Install dependencies
run: nix develop .#electron --command pnpm install --frozen-lockfile
@ -180,6 +189,9 @@ jobs:
with:
fetch-depth: 0
- name: Pull git submodules
run: git submodule update --init --recursive
- name: Install dependencies
run: nix develop .#electron --command pnpm install --frozen-lockfile

View file

@ -19,6 +19,9 @@ jobs:
- name: Check out repo
uses: https://data.forgejo.org/actions/checkout@v4
- name: Pull git submodules
run: git submodule update --init --recursive
- name: Install dependencies
run: nix develop .#electron --command pnpm install --frozen-lockfile
@ -43,6 +46,9 @@ jobs:
- name: Check out repo
uses: https://data.forgejo.org/actions/checkout@v4
- name: Pull git submodules
run: git submodule update --init --recursive
- name: Install dependencies
run: nix develop .#tauri --command pnpm install --frozen-lockfile
@ -129,6 +135,9 @@ jobs:
- name: Check out repo
uses: https://data.forgejo.org/actions/checkout@v4
- name: Pull git submodules
run: git submodule update --init --recursive
- name: Install dependencies
run: nix develop .#electron --command pnpm install --frozen-lockfile
@ -177,6 +186,9 @@ jobs:
- name: Check out repo
uses: https://data.forgejo.org/actions/checkout@v4
- name: Pull git submodules
run: git submodule update --init --recursive
- name: Install dependencies
run: nix develop .#electron --command pnpm install --frozen-lockfile