ci: add the universe repository for ubuntu

This commit is contained in:
2025-09-14 15:28:13 -06:00
parent 1e34429f52
commit e412f01c0a
+1
View File
@@ -272,6 +272,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
shell: bash
run: |
sudo add-apt-repository universe
sudo apt-get -y update
sudo apt-get install -y libclang
# case ${{ matrix.target }} in