(feat): big call and chatting stuff #23
2 changed files with 24 additions and 0 deletions
commit
6d865a93e8
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue