Skip to content

Commit

Permalink
Remove deprecated magic-nix-cache-action
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Feb 1, 2025
1 parent 480bc46 commit 8a351cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v16
- uses: DeterminateSystems/magic-nix-cache-action@v9
- run: nix develop --command echo 'This step should be done before any other "nix develop" steps because of measuring Nix build time'
- run: nix develop --command deno task deps
- run: nix develop --command deno task stylelint

0 comments on commit 8a351cc

Please sign in to comment.