Skip to content

Commit 96a1876

Browse files
committed
try 16 to fix CI
1 parent 33c43d2 commit 96a1876

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/end2end-smoke-test.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,9 @@ jobs:
3939
sudo apt-get install z3
4040
opam install . --deps-only
4141
#DEBUGGING
42-
echo "PATH: OCAML: $OPAM_SWITCH_PREFIX"
4342
eval $(opam config env)
44-
echo "PATH: OCAML: $OPAM_SWITCH_PREFIX"
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-
echo "-------------------------------------"
52-
43+
echo "PATH: OCAML: $OPAM_SWITCH_PREFIX"
44+
ls -R $OPAM_SWITCH_PREFIX
5345
- name: Running the generator
5446
run: |
5547
cd generator && source ~/.bash_profile

0 commit comments

Comments
 (0)