Skip to content

Commit

Permalink
fixed wrong working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Apr 29, 2023
1 parent 4036970 commit fc13ef3
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 @@ -43,5 +43,5 @@ jobs:
nix-shell --run "new-application Web && make build/bin/RunUnoptimizedProdServer"
- name: Install devenv.sh
run: nix profile install github:cachix/devenv/latest
- run: devenv ci
- run: devenv shell echo ok
- run: cd ihp-boilerplate && devenv ci
- run: cd ihp-boilerplate && devenv shell echo ok

0 comments on commit fc13ef3

Please sign in to comment.