Skip to content

Commit

Permalink
Update svf-teaching.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jumormt authored Jan 27, 2025
1 parent 5689724 commit c6c3f46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/svf-teaching.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
sudo apt-get update
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install cmake gcc g++ nodejs doxygen graphviz lcov libncurses5-dev libtinfo5 libzstd-dev
sudo apt-get install cmake gcc g++ nodejs doxygen graphviz lcov libncurses5-dev libtinfo6 libzstd-dev
# install llvm and svf
- name: env-setup
Expand All @@ -49,4 +49,4 @@ jobs:
echo "LLVM_DIR="$LLVM_DIR
echo "Z3_DIR="$Z3_DIR
cmake .
make
make

0 comments on commit c6c3f46

Please sign in to comment.