Skip to content

Commit

Permalink
feat: cache action runs
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardotglobal authored Dec 1, 2024
1 parent 43dc3c2 commit a2fb111
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update-nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
uses: actions/checkout@v4

- name: Install Nix
uses: cachix/install-nix-action@v20
uses: DeterminateSystems/nix-installer-action@main

- name: Set up Nix cache
uses: DeterminateSystems/magic-nix-cache-action@main

- name: Update flake packages
uses: winapps-org/[email protected]
Expand Down

0 comments on commit a2fb111

Please sign in to comment.