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 8daaea2 commit ff38144
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
- name: Build
if: matrix.stack_yaml == 'stack.yaml'
run: |
ls /Users/runner/.stack/setup-exe-cache/x86_64-osx/Cabal-simple_*_ghc-8.4.4 || true
file /Users/runner/.stack/setup-exe-cache/x86_64-osx/Cabal-simple_*_ghc-8.4.4 || true
stack --stack-yaml=${{ matrix.stack_yaml }} build --test --bench --no-run-tests --no-run-benchmarks
# For some reason, the HSinteger-gmp-1.0.2.0.o file which comes with ghc-8.4.4 is
Expand Down

0 comments on commit ff38144

Please sign in to comment.