We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3690571 commit 63940f5Copy full SHA for 63940f5
1 file changed
.github/workflows/build.yml
@@ -17,6 +17,7 @@ jobs:
17
18
- name: Install system dependencies
19
run: |
20
+ echo "deb http://archive.ubuntu.com/ubuntu jammy main universe" >> /etc/apt/sources.list
21
sudo apt update
22
sudo apt install -y libwebkit2gtk-4.0-dev \
23
build-essential \
0 commit comments