Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Use cachix caches
Browse files Browse the repository at this point in the history
  • Loading branch information
Ancients authored and Ancient123 committed May 16, 2022
1 parent bc2a71f commit 9ba5f12
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
with:
access_token: ${{ github.token }}

- uses: cachix/cachix-action@v10
with:
name: espresso-systems-private
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'

- uses: actions/checkout@v2
name: Checkout Repository

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/slow-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
with:
access_token: ${{ github.token }}

- uses: cachix/cachix-action@v10
with:
name: espresso-systems-private
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'

- name: Potential broken submodules fix
run: |
git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/testnet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
all_but_latest: true
access_token: ${{ github.token }}

- uses: cachix/cachix-action@v10
with:
name: espresso-systems-private
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'

- uses: actions/checkout@v2
name: Checkout Repository

Expand Down

0 comments on commit 9ba5f12

Please sign in to comment.