Skip to content

Commit 7259d2a

Browse files
ci: Add libgpgme-dev dependency
1 parent 2df9c56 commit 7259d2a

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 libarchive-dev libcurl4-openssl-dev
28+
sudo apt -y install libgtk-3-dev libalpm-dev libarchive-dev libcurl4-openssl-dev libgpgme-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)