aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-06-26 12:13:13 +0000
committerSaturneric <[email protected]>2021-06-26 12:13:13 +0000
commit5897bf34b51de87f5e851ab31e76ea5d4463797b (patch)
treec4863d8888af4c53c55a38d4188b8d2d6779a2ae
parentUpdate CI (diff)
downloadGpgFrontend-5897bf34b51de87f5e851ab31e76ea5d4463797b.tar.gz
GpgFrontend-5897bf34b51de87f5e851ab31e76ea5d4463797b.zip
Update CI
-rw-r--r--.github/workflows/release-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release-ci.yml b/.github/workflows/release-ci.yml
index a7dd94d3..ab8e1a1c 100644
--- a/.github/workflows/release-ci.yml
+++ b/.github/workflows/release-ci.yml
@@ -34,6 +34,7 @@ jobs:
sudo apt-get update
sudo apt-get -y install build-essential binutils git autoconf automake gettext texinfo
sudo apt-get -y install gcc g++
+ sudo apt-get -y install gpgsm
if: matrix.os == 'ubuntu-16.04'
- name: Install Dependence (macOS)