From 3d3893696f4893de16118f2415bbea860b4f551d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 16 Nov 2023 15:05:58 +0100 Subject: [PATCH] only build with nix-fast-build --- .gitea/workflows/check.yaml | 11 ----------- .gitea/workflows/checks.yaml | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 .gitea/workflows/check.yaml diff --git a/.gitea/workflows/check.yaml b/.gitea/workflows/check.yaml deleted file mode 100644 index 12e47f0..0000000 --- a/.gitea/workflows/check.yaml +++ /dev/null @@ -1,11 +0,0 @@ -name: build -on: - pull_request: - push: - branches: main -jobs: - test: - runs-on: nix - steps: - - uses: actions/checkout@v3 - - run: nix flake check -L diff --git a/.gitea/workflows/checks.yaml b/.gitea/workflows/checks.yaml index 6705af0..a90c8e6 100644 --- a/.gitea/workflows/checks.yaml +++ b/.gitea/workflows/checks.yaml @@ -8,4 +8,4 @@ jobs: runs-on: nix steps: - uses: actions/checkout@v3 - - run: nix run --refresh github:Mic92/nix-fast-build/ae50c356c2f9e790f3d9d8e00bfa9f4b54f49bdd + - run: nix run --refresh github:Mic92/nix-fast-build -- --no-nom