Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Prefer newer Nix action for better cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jul 6, 2023
1 parent ea79e99 commit 69f2088
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- uses: DeterminateSystems/nix-installer-action@v2
- uses: DeterminateSystems/magic-nix-cache-action@v2
- run: nix flake check
- run: nix develop --command ./bin/setup
- name: Log current versions
Expand Down

0 comments on commit 69f2088

Please sign in to comment.