Skip to content

Commit

Permalink
add lit
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelf committed Apr 21, 2024
1 parent 92cb869 commit d24f49a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
sudo apt-get update
sudo apt-get install -y \
llvm-${{ matrix.llvm_version }}-dev \
libz3-dev
libz3-dev \
pip3 install lit
- name: Build SymCC with the QSYM backend
run: |
mkdir build
Expand Down Expand Up @@ -68,6 +69,7 @@ jobs:
sudo apt-get install -y \
llvm-${{ matrix.llvm_version }}-dev \
libz3-dev \
pip3 install lit
- name: Build SymCC with the QSYM backend
run: |
mkdir build
Expand Down

0 comments on commit d24f49a

Please sign in to comment.