Skip to content

Commit

Permalink
fix(ci): reorder steps so magic cache enables properly
Browse files Browse the repository at this point in the history
  • Loading branch information
youwen5 committed Nov 17, 2024
1 parent d15ebd9 commit 4d23451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Check flake inputs
uses: DeterminateSystems/flake-checker-action@v4 # This action
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix build .

0 comments on commit 4d23451

Please sign in to comment.