ci: enable the universe apt repository

This commit is contained in:
2025-09-14 15:08:30 -06:00
parent 8b3c9c822e
commit f19153b196
+1
View File
@@ -284,6 +284,7 @@ jobs:
if: matrix.os == 'ubuntu-latest' if: matrix.os == 'ubuntu-latest'
shell: bash shell: bash
run: | run: |
sudo add-apt-repository universe
sudo apt-get -y update sudo apt-get -y update
sudo apt install -y librust-bindgen+clap-dev \ sudo apt install -y librust-bindgen+clap-dev \
librust-bindgen+default-dev \ librust-bindgen+default-dev \