We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07076a0 commit a5c51c1Copy full SHA for a5c51c1
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Install dependencies
16
run: |
17
sudo rm -f /etc/apt/apt-mirrors.txt
18
- echo "deb http://archive.ubuntu.com/ubuntu jammy main restricted universe multiverse" | sudo tee /etc/apt/sources.list
+ echo "deb http://archive.ubuntu.com/ubuntu noble main restricted universe multiverse" | sudo tee /etc/apt/sources.list
19
sudo apt-get update
20
sudo apt-get install aptitude
21
sudo aptitude install -y libwebp-dev
@@ -85,3 +85,4 @@ jobs:
85
86
87
88
+
0 commit comments