This commit is contained in:
parent
a9e58146c5
commit
dd7e6ca0fa
1 changed files with 7 additions and 0 deletions
|
@ -10,6 +10,13 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Attic cache
|
||||
uses: ryanccn/attic-action@v0
|
||||
with:
|
||||
endpoint: "https://cachix.dgnum.eu"
|
||||
cache: ${{ secrets.ATTIC_CACHE }}
|
||||
token: ${{ secrets.ATTIC_TOKEN }}
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
# Enter the shell
|
||||
|
|
Loading…
Reference in a new issue