Skip to content
This repository was archived by the owner on Mar 10, 2024. It is now read-only.

Commit feaf42e

Browse files
committed
libsoup2.4-dev
1 parent 33c31d1 commit feaf42e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Set up environment
22-
run: sudo apt-get install libgtk-3-dev && export PKG_CONFIG_PATH="/usr/lib/pkgconfig:$PKG_CONFIG_PATH" && curl https://sh.rustup.rs -sSf | sh -s -- -y && source "$HOME/.cargo/env"
22+
run: sudo apt-get install libgtk-3-dev libsoup2.4-dev && export PKG_CONFIG_PATH="/usr/lib/pkgconfig:$PKG_CONFIG_PATH" && curl https://sh.rustup.rs -sSf | sh -s -- -y && source "$HOME/.cargo/env"
2323

2424
- name: Checkout git repo
2525
uses: actions/checkout@v3

0 commit comments

Comments
 (0)