aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/nightly.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-06-13 11:43:49 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-06-13 11:43:49 -0700
commiteacd17c867e97155d48e7881b1e077df3cf385d9 (patch)
tree77d6ccf1bcdec9ab36b1ed350900514aaf733930 /.github/workflows/nightly.yml
parentfa6ffcaf02033ee555f59147f4a1d30c4cb9883e (diff)
downloadpandoc-eacd17c867e97155d48e7881b1e077df3cf385d9.tar.gz
nightly: add ls statements to diagnose linux build failure.
Diffstat (limited to '.github/workflows/nightly.yml')
-rw-r--r--.github/workflows/nightly.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 95bba5949..0ee70d9f3 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -13,6 +13,8 @@ jobs:
- name: Install dependencies
run: |
export PATH=/opt/cabal/3.0/bin:/opt/ghc/8.8.1/bin:$PATH
+ ls /opt/cabal/*/bin
+ ls /opt/ghc/*/bin
ghc --version
cabal --version
cabal v2-update