From 9c9f5543c8508b33b3fbeddbaf2fb6c2d5013092 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Wed, 8 Apr 2026 14:05:28 +0900 Subject: [PATCH] .gitea/workflows: fix 'update database inputs' step --- .gitea/workflows/build-and-test.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitea/workflows/build-and-test.yml b/.gitea/workflows/build-and-test.yml index 453ec3f..87909f7 100644 --- a/.gitea/workflows/build-and-test.yml +++ b/.gitea/workflows/build-and-test.yml @@ -24,11 +24,7 @@ jobs: build-users-group = - name: Update database inputs - run: | - nix flake update jmdict-src - nix flake update jmdict-with-examples-src - nix flake update radkfile-src - nix flake update kanjidic2-src + run: nix flake update datasources - name: Build database run: nix build .#database -L