Skip to content

Commit

Permalink
add some sudos
Browse files Browse the repository at this point in the history
  • Loading branch information
vcanumalla committed Dec 7, 2023
1 parent 82a3458 commit ad210a6
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 @@ -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

0 comments on commit ad210a6

Please sign in to comment.