Skip to content

Commit

Permalink
Run install so that binary gets renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
gussmith23 committed Dec 14, 2023
1 parent 5c92eec commit 974d8e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ jobs:
tar xvf yices2.tar.gz -C yices2 --strip-components=1 &&
pushd yices2 &&
autoconf &&
./configure &&
make &&
./configure --prefix=$PWD/out/ &&
make install &&
popd &&
cp yices2/build/x86_64-pc-linux-gnu-release/bin/yices_smt2 bin/yices_smt2
cp yices2/out/bin/yices-smt2 bin/yices-smt2
- name: Install Rosette
run: raco pkg install --auto --name rosette
- name: Compile Rosette tests
Expand Down

0 comments on commit 974d8e4

Please sign in to comment.