Skip to content

Commit 91d3dae

Browse files
committed
try building nix explicitly
1 parent e675d00 commit 91d3dae

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/actions/checkout/action.yml

-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ runs:
77

88
steps:
99
- uses: DeterminateSystems/nix-installer-action@v6
10-
1110
- uses: DeterminateSystems/magic-nix-cache-action@v2
12-
1311
- uses: HatsuneMiku3939/direnv-action@v1.0.2
1412
with:
1513
direnvVersion: 2.32.3

.github/workflows/mdbook-deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
- name: Checkout `carrie` (we hope)
2121
uses: ./.github/actions/checkout
2222

23-
- name: misc
24-
run: ls /home/runner/.nix-profile/bin/
23+
- name: actually build nix
24+
run: nix build .
2525

2626
- name: Build docs
2727
run: mdbook build

0 commit comments

Comments
 (0)