Update docker-image.yml

This commit is contained in:
Yanju Chen
2023-08-16 17:30:05 -07:00
parent 5d96a64d4a
commit 367cdc8a89

View File

@@ -60,6 +60,8 @@ jobs:
run: bash ./scripts/prepare-circomlib.sh
- name: preparing rosette
run: raco pkg install --auto rosette
- name: preparing rosette
run: raco pkg install --auto csv-reading
- name: run picus with z3, using v3
run: racket ./picus-dpvl-uniqueness.rkt --solver z3 --r1cs ./benchmarks/circomlib-cff5ab6/Decoder@multiplexer.r1cs --weak
@@ -79,5 +81,7 @@ jobs:
run: bash ./scripts/prepare-circomlib.sh
- name: preparing rosette
run: raco pkg install --auto rosette
- name: preparing rosette
run: raco pkg install --auto csv-reading
- name: run picus with cvc5, using v3
run: racket ./picus-dpvl-uniqueness.rkt --solver cvc5 --r1cs ./benchmarks/circomlib-cff5ab6/Decoder@multiplexer.r1cs --weak