This commit is contained in:
parent
4d4c43f854
commit
d428ed651d
1 changed files with 8 additions and 8 deletions
|
|
@ -2,17 +2,17 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
cache:
|
cache:
|
||||||
runs-on: ubuntu-latest
|
runs-on: native
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
- name: Install nix
|
# - name: Install nix
|
||||||
uses: https://github.com/cachix/install-nix-action@v31
|
# uses: https://github.com/cachix/install-nix-action@v31
|
||||||
- name: Setup system cache
|
# - name: Setup system cache
|
||||||
uses: actions/cache@v3
|
# uses: actions/cache@v3
|
||||||
with:
|
# with:
|
||||||
path: /nix/store
|
# path: /nix/store
|
||||||
key: nix-cache
|
# key: nix-cache
|
||||||
- name: Setup Attic cache
|
- name: Setup Attic cache
|
||||||
uses: https://github.com/ryanccn/attic-action@v0
|
uses: https://github.com/ryanccn/attic-action@v0
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue