This commit is contained in:
parent
02fda92132
commit
64a5d4eab1
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
nix path-info --all --json
|
||||
|
||||
- name: Setup Attic cache
|
||||
uses: https://github.com/ryanccn/attic-action@v0
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue