From e412f01c0aa3389408413da41830fa30382b5908 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Sun, 14 Sep 2025 15:28:13 -0600 Subject: [PATCH] ci: add the universe repository for ubuntu --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c14b231..d604e42 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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