From f9619f3952bfc6a7820d5f93415aeb6a55f9ca60 Mon Sep 17 00:00:00 2001 From: Petar Kirov Date: Wed, 19 Jul 2023 16:56:22 +0300 Subject: [PATCH] ci(gh-actions): Enable the "Magic Nix Cache" action --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc44593d..1fad1f09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,5 +33,8 @@ jobs: name: mcl-blockchain-packages authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' + - name: Run the Magic Nix Cache + uses: DeterminateSystems/magic-nix-cache-action@v1 + - name: Build Nix dev shell run: ./scripts/ci.sh