1 parent fb6abec commit 6f7228eCopy full SHA for 6f7228e
1 file changed
.github/workflows/test.yml
@@ -46,8 +46,6 @@ jobs:
46
steps:
47
- name: Checkout Repo
48
uses: actions/checkout@v4
49
- - name: Install libtinfo5
50
- run: sudo apt update && sudo apt install -y libtinfo5
51
- name: Install LLVM and Clang (LLVM >= 19.1)
52
if: ${{ matrix.llvm-version[0] >= 19 }}
53
run: |
0 commit comments