From 26f30de32e6fbf01d23c56f0be909e48ba88224b Mon Sep 17 00:00:00 2001 From: h7x4 Date: Wed, 6 May 2026 23:30:21 +0900 Subject: [PATCH] .gitea/workflows/build-and-test: remove redundant config --- .gitea/workflows/build-and-test.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.gitea/workflows/build-and-test.yml b/.gitea/workflows/build-and-test.yml index 74ccbec..9a65edc 100644 --- a/.gitea/workflows/build-and-test.yml +++ b/.gitea/workflows/build-and-test.yml @@ -14,13 +14,6 @@ jobs: - name: Install nix uses: https://github.com/cachix/install-nix-action@v31 - with: - extra_nix_config: | - show-trace = true - max-jobs = auto - trusted-users = root - experimental-features = nix-command flakes - build-users-group = - name: Build run: nix build .#tamerye-shared-lib -L @@ -43,13 +36,6 @@ jobs: - name: Install nix uses: https://github.com/cachix/install-nix-action@v31 - with: - extra_nix_config: | - show-trace = true - max-jobs = auto - trusted-users = root - experimental-features = nix-command flakes - build-users-group = - name: Build run: nix build .#tamerye-static-lib -L @@ -72,13 +58,6 @@ jobs: - name: Install nix uses: https://github.com/cachix/install-nix-action@v31 - with: - extra_nix_config: | - show-trace = true - max-jobs = auto - trusted-users = root - experimental-features = nix-command flakes - build-users-group = - name: Build run: nix build .#tamerye-tests -L