fix: should run magic check sooner
This commit is contained in:
parent
f7653a4a5d
commit
89c9c4ced3
1 changed files with 2 additions and 2 deletions
|
|
@ -11,10 +11,10 @@ jobs:
|
|||
contents: "read"
|
||||
steps:
|
||||
- uses: "actions/checkout@v3"
|
||||
- uses: "DeterminateSystems/nix-installer-action@main"
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
- name: Check Nix flake inputs
|
||||
uses: DeterminateSystems/flake-checker-action@v4
|
||||
- uses: "DeterminateSystems/nix-installer-action@main"
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
- name: Build default package
|
||||
run: nix build
|
||||
- uses: "DeterminateSystems/flakehub-push@main"
|
||||
|
|
|
|||
Reference in a new issue