From 848dd3dcbaeb71e2a983e6cc8c66446db87fe691 Mon Sep 17 00:00:00 2001 From: Saikat Das Date: Tue, 14 Nov 2023 00:03:30 +0530 Subject: [PATCH] ci: cache nix packages --- .github/workflows/deploy-to-production-on-merge-to-main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-to-production-on-merge-to-main.yaml b/.github/workflows/deploy-to-production-on-merge-to-main.yaml index dc521085..b7f01377 100644 --- a/.github/workflows/deploy-to-production-on-merge-to-main.yaml +++ b/.github/workflows/deploy-to-production-on-merge-to-main.yaml @@ -22,8 +22,8 @@ jobs: uses: actions/checkout@v3 - name: Install Nix packages uses: DeterminateSystems/nix-installer-action@main -# - name: Cache Nix packages -# uses: DeterminateSystems/magic-nix-cache-action@main + - name: Cache Nix packages + uses: DeterminateSystems/magic-nix-cache-action@main # - name: Cache rust dependencies and build output # uses: actions/cache@v3 # with: