This commit is contained in:
parent
4f3ecb0eaa
commit
2edeecaefd
1 changed files with 4 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue