From 78244972a9d8bcb86c46dd3bbcccf310388e155e Mon Sep 17 00:00:00 2001 From: Alex Lewin Date: Thu, 10 Oct 2024 11:02:44 +0200 Subject: [PATCH] fix: readd cachix to nix workflow --- .github/actions/setup-nix/action.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/actions/setup-nix/action.yml b/.github/actions/setup-nix/action.yml index 9daf6de..b7b8bb1 100644 --- a/.github/actions/setup-nix/action.yml +++ b/.github/actions/setup-nix/action.yml @@ -12,12 +12,12 @@ runs: connect-timeout = 15 stalled-download-timeout = 15 - # - name: Setup Cachix - # uses: cachix/cachix-action@v15 - # with: - # name: fedimint - # authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - # continue-on-error: true + - name: Setup Cachix + uses: cachix/cachix-action@v15 + with: + name: fedimint + authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' + continue-on-error: true - name: Run nix develop run: nix develop