Skip to content

Commit

Permalink
Build CBMC with cadical in nightly cbmc-latest workflow (rust-lang#2268)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhassan-aws authored Mar 7, 2023
1 parent 035225c commit 1a52d34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cbmc-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
- name: Build CBMC
working-directory: ./cbmc
run: |
cmake -S . -Bbuild -DWITH_JBMC=OFF
cmake --build build -- -j 4
make -C src minisat2-download cadical-download
make -C src -j4 MINISAT2=../../minisat-2.2.1 CADICAL=../../cadical
# Prepend the bin directory to $PATH
echo "${GITHUB_WORKSPACE}/cbmc/build/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit 1a52d34

Please sign in to comment.