Skip to content

Commit

Permalink
bin should be in right folder now
Browse files Browse the repository at this point in the history
  • Loading branch information
vcanumalla committed Dec 7, 2023
1 parent 47450f0 commit eab0001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ jobs:
./scripts/deps/setup-cms.sh &&
./scripts/deps/setup-minisat.sh &&
mkdir build &&
cd build &&
pushd build &&
cmake .. &&
cmake --build . &&
popd &&
popd &&
cp stp bin/stp &&
cp stp/build/stp bin/stp &&
sudo add-apt-repository -y ppa:sri-csl/formal-methods &&
sudo apt-get update &&
sudo apt-get install -y yices2
Expand Down

0 comments on commit eab0001

Please sign in to comment.