From d428ed651d8a025f41cf920545bbc89f61d00493 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Fri, 13 Mar 2026 23:24:43 +0100 Subject: [PATCH] feat: try native again. --- .forgejo/workflows/cache.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.forgejo/workflows/cache.yaml b/.forgejo/workflows/cache.yaml index 20c1e96..ef0c143 100644 --- a/.forgejo/workflows/cache.yaml +++ b/.forgejo/workflows/cache.yaml @@ -2,17 +2,17 @@ on: [push] jobs: cache: - runs-on: ubuntu-latest + runs-on: native steps: - name: Checkout repo uses: actions/checkout@v5 - - name: Install nix - uses: https://github.com/cachix/install-nix-action@v31 - - name: Setup system cache - uses: actions/cache@v3 - with: - path: /nix/store - key: nix-cache + # - name: Install nix + # uses: https://github.com/cachix/install-nix-action@v31 + # - name: Setup system cache + # uses: actions/cache@v3 + # with: + # path: /nix/store + # key: nix-cache - name: Setup Attic cache uses: https://github.com/ryanccn/attic-action@v0 with: