Skip to content

Commit

Permalink
Sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
gussmith23 committed Sep 7, 2023
1 parent 3d14bcf commit 4851d5d
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 @@ -45,8 +45,8 @@ jobs:
rm -rf boolector* &&
wget $CVC5_URL -nv -O bin/cvc5 &&
chmod +x bin/cvc5 &&
apt-get update &&
apt-get install -y ninja-build &&
sudo apt-get update &&
sudo apt-get install -y ninja-build &&
pip3 install meson &&
wget $BITWUZLA_URL -nv -O bitwuzla.tar.gz &&
mkdir bitwuzla &&
Expand Down

0 comments on commit 4851d5d

Please sign in to comment.