Skip to content

Commit

Permalink
fix CI problems
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelf committed Apr 10, 2024
1 parent 020d609 commit aa42927
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 @@ -15,7 +15,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y \
llvm-${{ matrix.llvm_version }}-dev \
libz3-dev \
libz3-dev ninja-build
- name: Build SymCC with the QSYM backend
run: |
mkdir build
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y \
llvm-${{ matrix.llvm_version }}-dev \
libz3-dev \
libz3-dev ninja-build
- name: Build SymCC with the QSYM backend
run: |
mkdir build
Expand Down

0 comments on commit aa42927

Please sign in to comment.