Rename the action, d'oh.
This commit is contained in:
parent
6a38e90e3c
commit
e4834f14f0
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
|
||||
- uses: DeterminateSystems/nix-installer-action@v4
|
||||
|
||||
- uses: DeterminateSystems/magic-nix-cache@main
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
|
||||
- name: Build package
|
||||
run: "nix build .# -L"
|
||||
|
@ -36,7 +36,7 @@ jobs:
|
|||
|
||||
- uses: DeterminateSystems/nix-installer-action@v4
|
||||
|
||||
- uses: DeterminateSystems/magic-nix-cache@main
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
|
||||
- name: Build package
|
||||
run: "nix build .# -L"
|
||||
|
|
2
.github/workflows/checks.yaml
vendored
2
.github/workflows/checks.yaml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
with:
|
||||
fail-mode: true
|
||||
|
||||
- uses: DeterminateSystems/magic-nix-cache@main
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
|
||||
- name: Check Rust formatting
|
||||
run: nix develop --command cargo fmt --check
|
||||
|
|
Loading…
Reference in a new issue