Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: cache nix packages
Browse files Browse the repository at this point in the history
saikatdas0790 committed Nov 13, 2023
1 parent e1364b1 commit 848dd3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-production-on-merge-to-main.yaml
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit 848dd3d

Please sign in to comment.