Skip to content

Commit b40b04b

Browse files
ci: Add libarchive-dev dependency
1 parent 3897990 commit b40b04b

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
@@ -25,7 +25,7 @@ jobs:
2525
- name: "Install dependencies"
2626
run: |
2727
sudo apt -y update
28-
sudo apt -y install libgtk-3-dev libalpm-dev
28+
sudo apt -y install libgtk-3-dev libalpm-dev libarchive-dev
2929
3030
- name: Configure CMake
3131
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.

0 commit comments

Comments
 (0)