Skip to content

Commit

Permalink
examine more
Browse files Browse the repository at this point in the history
  • Loading branch information
gelisam committed Dec 28, 2020
1 parent ff38144 commit 74294c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +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
ls -l /Users/runner/.stack/setup-exe-cache/x86_64-osx/Cabal-simple_*_ghc-8.4.4 || true
du -sh /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
Expand Down

0 comments on commit 74294c2

Please sign in to comment.