Skip to content

Commit

Permalink
try building nix explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
catvw committed Feb 13, 2024
1 parent e675d00 commit ab8b643
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/actions/checkout/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ runs:

steps:
- uses: DeterminateSystems/nix-installer-action@v6

- uses: DeterminateSystems/magic-nix-cache-action@v2

- uses: DeterminateSystems/flake-checker-action@v5
- name: actually build nix
run: nix build .
- uses: HatsuneMiku3939/direnv-action@v1.0.2
with:
direnvVersion: 2.32.3
3 changes: 0 additions & 3 deletions .github/workflows/mdbook-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
- name: Checkout `carrie` (we hope)
uses: ./.github/actions/checkout

- name: misc
run: ls /home/runner/.nix-profile/bin/

- name: Build docs
run: mdbook build

Expand Down

0 comments on commit ab8b643

Please sign in to comment.