summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2020-04-09 15:57:45 -0700
committerGitHub <noreply@github.com>2020-04-09 17:57:45 -0500
commit789f5b3c8c224deb48fe547303147e0d15e690ae (patch)
treebc338fd783627766f4a01a17ec333816c7fe55aa
parent6bdea0970f018639b6c4173c0eab4d05273b4ab3 (diff)
CI: Add a step to list dependencies. (#4255)
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 705e0679d..810f4b925 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -98,6 +98,11 @@ jobs:
./contrib/get-cryptominisat
./contrib/get-lfsc-checker
+ - name: List dependencies
+ run: |
+ find deps/install -type f
+ cat deps/install/bin/antlr3
+
# GitHub actions currently does not support modifying an already existing
# cache. Hence, we create a new cache for each commit with key
# cache-${{ runner.os }}-${{ matrix.cache-key }}-${{ github.sha }}. This
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback