Skip to content

Commit

Permalink
ci: add cachix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
realeinherjar committed Oct 18, 2023
1 parent 03b2627 commit 658895a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ jobs:
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v5
- name: Rust Cache
uses: Swatinem/[email protected]
- uses: cachix/cachix-action@v12
with:
name: bitcoindevkit
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
continue-on-error: true # for forks outside of bitcoindevkit GH org
- name: Build and Cache latest Rust
run: nix build -L . --keep-failed
- name: Build and Cache MRSV Rust
Expand Down

0 comments on commit 658895a

Please sign in to comment.