Skip to content

Commit

Permalink
fixed yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Jul 14, 2023
1 parent 0f8797e commit 2ff5327
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
run: |
cd ihp-boilerplate && nix develop --impure --profile ihp-boilerplate-profile --command "true"
- name: Push IHP app to cachix
run: |
# Cachix doesn't natively support nix flakes in it's cachix-action
# See https://github.com/cachix/cachix-action/issues/47
cachix push digitallyinduced ihp-boilerplate-profile
# Also build the framework's dev env
- name: Build framework devShell
run: |
nix develop --impure --profile ihp-profile --command "true"
run: nix develop --impure --profile ihp-profile --command "true"
- name: Push framework devShell to cachix
run: cachix push digitallyinduced ihp-profile

0 comments on commit 2ff5327

Please sign in to comment.