Update CI

This commit is contained in:
Christoffer Lerno
2025-10-01 09:43:20 +02:00
parent 30c8435669
commit 05c3fa1afd

View File

@@ -236,6 +236,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install common deps
run: |
sudo apt-get update
sudo apt-get install zlib1g zlib1g-dev python3 ninja-build curl libcurl4-openssl-dev
- name: Install Clang ${{matrix.llvm_version}}
@@ -420,6 +421,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install common deps
run: |
sudo apt-get update
sudo apt-get install zlib1g zlib1g-dev python3 ninja-build curl libcurl4-openssl-dev
- name: Install Clang ${{matrix.llvm_version}}