Skip to content

Commit

Permalink
lit install
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelf committed Apr 21, 2024
1 parent d24f49a commit 9e4b5eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ 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: |
Expand Down Expand Up @@ -68,7 +68,7 @@ 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: |
Expand Down

0 comments on commit 9e4b5eb

Please sign in to comment.