Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft #1

Merged
merged 5 commits into from
Dec 7, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add some sudos
  • Loading branch information
vcanumalla committed Dec 7, 2023
commit ad210a6a2582bcadad8705e52a0daa914e34ef80
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ jobs:
cmake .. &&
cmake --build . &&
cp stp bin/ &&
add-apt-repository -y ppa:sri-csl/formal-methods &&
apt-get update &&
apt-get install -y yices2
sudo add-apt-repository -y ppa:sri-csl/formal-methods &&
sudo apt-get update &&
sudo apt-get install -y yices2

- name: Install Rosette
run: raco pkg install --auto --name rosette
Expand Down