From 2b9c2b8fb2b2e22b9031a6414c9400293eaa74d6 Mon Sep 17 00:00:00 2001 From: xqtc Date: Wed, 17 Jul 2024 13:18:53 +0200 Subject: [PATCH] Change nix test action to run on host --- .forgejo/workflows/uwu.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.forgejo/workflows/uwu.yaml b/.forgejo/workflows/uwu.yaml index 43ec1c0..45a5b6d 100644 --- a/.forgejo/workflows/uwu.yaml +++ b/.forgejo/workflows/uwu.yaml @@ -3,8 +3,7 @@ on: branches: [main] jobs: tests: - runs-on: ubuntu-latest + runs-on: native steps: - uses: actions/checkout@v4 - - uses: https://github.com/cachix/install-nix-action@v27 - run: nix flake check