From 4f294031dd97dfb07ca2951315e7455a81e167a9 Mon Sep 17 00:00:00 2001 From: pompydev Date: Sun, 1 Jun 2025 12:29:15 +0900 Subject: [PATCH] ci: fix failing tests --- .forgejo/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 109cc80..f910b45 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -20,8 +20,7 @@ jobs: nix \ --extra-experimental-features nix-command \ --extra-experimental-features flakes \ - nix profile install flake:nixpkgs#legacyPackages.x86_64-linux.devenv --priority 6 \ - profile install nixpkgs#devenv + profile install nixpkgs#devenv --priority 4 - run: devenv shell pnpm install - run: devenv shell pnpm lint - run: devenv shell pnpm build