Skip to content

Commit 821d78f

Browse files
committed
ci: migrate doc job to nix
1 parent 336ece7 commit 821d78f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,9 @@ jobs:
2929
- uses: actions/checkout@v4
3030
with:
3131
fetch-depth: 1
32-
- uses: dtolnay/rust-toolchain@stable
33-
with:
34-
toolchain: nightly
35-
components: rustfmt
32+
- uses: DeterminateSystems/nix-installer-action@v11
3633
- name: run cargo doc
37-
run: cargo doc
34+
run: nix develop --command cargo doc
3835

3936
check:
4037
name: Check

0 commit comments

Comments
 (0)