Skip to content

Commit 752a805

Browse files
authored
ci: add nix install action (#327)
1 parent a30e98e commit 752a805

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/.github/workflows/build.yml.j2

+1
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ jobs:
328328
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
329329
with:
330330
submodules: recursive
331+
- uses: cachix/install-nix-action@6004951b182f8860210c8d6f0d808ec5b1a33d28 # tag=v25
331332
- uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
332333
with:
333334
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}

0 commit comments

Comments
 (0)