Skip to content

Commit

Permalink
fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Jul 14, 2023
1 parent 3451ae2 commit 722a88b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
cachix push digitallyinduced ihp-boilerplate-profile
# Pushing runtime closure
nix profile install nixpkgs#jq
nix-shell -j auto --cores 0 --quiet --run 'make -s all; new-application Web'
nix build --json --impure | jq -r '.[].outputs | to_entries[].value' | cachix push digitallyinduced
# Also build the framework's dev env
- name: Build framework devShell
Expand Down

0 comments on commit 722a88b

Please sign in to comment.