From 658895af0572e61897a8c8c42b99024e0e96cdfd Mon Sep 17 00:00:00 2001 From: Einherjar Date: Wed, 18 Oct 2023 15:21:28 -0300 Subject: [PATCH] ci: add cachix cache --- .github/workflows/cont_integration.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index d144ce355e..612462de1f 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -22,8 +22,11 @@ jobs: uses: actions/checkout@v4 - name: Install Nix uses: DeterminateSystems/nix-installer-action@v5 - - name: Rust Cache - uses: Swatinem/rust-cache@v2.2.1 + - 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