Skip to content

Commit

Permalink
examine the build environment
Browse files Browse the repository at this point in the history
  • Loading branch information
gelisam committed Dec 28, 2020
1 parent cbd6e26 commit c9f79d3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ jobs:
- name: Build
run: |
stack --stack-yaml=${{ matrix.stack_yaml }} build --test --bench --no-run-tests --no-run-benchmarks
which happy
echo $PATH
echo $HOME
ls ~/.local/bin
#stack --stack-yaml=${{ matrix.stack_yaml }} build --test --bench --no-run-tests --no-run-benchmarks
- name: Test
run: |
Expand Down

0 comments on commit c9f79d3

Please sign in to comment.