diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-06-13 11:43:49 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-06-13 11:43:49 -0700 |
commit | eacd17c867e97155d48e7881b1e077df3cf385d9 (patch) | |
tree | 77d6ccf1bcdec9ab36b1ed350900514aaf733930 | |
parent | fa6ffcaf02033ee555f59147f4a1d30c4cb9883e (diff) | |
download | pandoc-eacd17c867e97155d48e7881b1e077df3cf385d9.tar.gz |
nightly: add ls statements to diagnose linux build failure.
-rw-r--r-- | .github/workflows/nightly.yml | 2 |
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 |