projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bdea09
)
CI: Add a step to list dependencies. (#4255)
author
Mathias Preiner
<mathias.preiner@gmail.com>
Thu, 9 Apr 2020 22:57:45 +0000
(15:57 -0700)
committer
GitHub
<noreply@github.com>
Thu, 9 Apr 2020 22:57:45 +0000
(17:57 -0500)
.github/workflows/ci.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
index 705e0679d511f381b780dd25f03e47ad18ad1b57..810f4b925eab9ef4c9f5c13eae039128938aa40a 100644
(file)
--- 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