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 722a88b commit ed567e8
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 @@ -46,6 +46,7 @@ jobs:
# Pushing runtime closure
nix profile install nixpkgs#jq
nix-shell -j auto --cores 0 --quiet --run 'make -s all; new-application Web'
git add . # So the generated files are available to nix flakes
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 ed567e8

Please sign in to comment.