summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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