We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c43d2 commit 96a1876Copy full SHA for 96a1876
.github/workflows/end2end-smoke-test.yml
@@ -39,17 +39,9 @@ jobs:
39
sudo apt-get install z3
40
opam install . --deps-only
41
#DEBUGGING
42
- echo "PATH: OCAML: $OPAM_SWITCH_PREFIX"
43
eval $(opam config env)
44
45
- echo "-------------------------------------"
46
- find ~/.opam/ -type f -name vector.sail
47
-
48
- echo "==============================================="
49
50
- find ~/.opam/ -type f -name vector.sail | grep share
51
52
+ echo "PATH: OCAML: $OPAM_SWITCH_PREFIX"
+ ls -R $OPAM_SWITCH_PREFIX
53
- name: Running the generator
54
run: |
55
cd generator && source ~/.bash_profile
0 commit comments