Skip to content

Commit

Permalink
ci: use latest magic nix cache (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin authored Mar 10, 2024
1 parent 726cb25 commit df1698f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: install packages
run: sudo apt-get update && sudo apt-get install -y curl xz-utils
- uses: cachix/install-nix-action@v23
- uses: DeterminateSystems/magic-nix-cache-action@v2
- uses: DeterminateSystems/magic-nix-cache-action@v3
- name: Install devenv.sh
run: nix profile install tarball+https://install.devenv.sh/latest
- name: Setup For Test
Expand Down

0 comments on commit df1698f

Please sign in to comment.