From 6d865a93e8484bfec1e72a88164eb461cf5bee29 Mon Sep 17 00:00:00 2001 From: Alois Date: Sun, 26 Jul 2026 22:48:54 +0200 Subject: [PATCH] (fix): workflows --- .forgejo/workflows/deploy-dev.yml | 12 ++++++++++++ .forgejo/workflows/deploy-prod.yml | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/.forgejo/workflows/deploy-dev.yml b/.forgejo/workflows/deploy-dev.yml index d456cda..0d5be50 100644 --- a/.forgejo/workflows/deploy-dev.yml +++ b/.forgejo/workflows/deploy-dev.yml @@ -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 diff --git a/.forgejo/workflows/deploy-prod.yml b/.forgejo/workflows/deploy-prod.yml index 42323f2..d85ce27 100644 --- a/.forgejo/workflows/deploy-prod.yml +++ b/.forgejo/workflows/deploy-prod.yml @@ -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