feat: use debian container.
Some checks failed
/ cache (push) Failing after 17s

This commit is contained in:
CronyAkatsuki 2026-03-13 23:06:36 +01:00
parent 4f3ecb0eaa
commit 2edeecaefd

View file

@ -2,10 +2,12 @@ on: [push]
jobs:
cache:
runs-on: native
runs-on: debian-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Install nix
uses: https://github.com/cachix/install-nix-action
- name: Setup Attic cache
uses: https://github.com/ryanccn/attic-action@v0
with: