diff options
author | Saturneric <[email protected]> | 2021-06-26 12:13:13 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-06-26 12:13:13 +0000 |
commit | 5897bf34b51de87f5e851ab31e76ea5d4463797b (patch) | |
tree | c4863d8888af4c53c55a38d4188b8d2d6779a2ae | |
parent | Update CI (diff) | |
download | GpgFrontend-5897bf34b51de87f5e851ab31e76ea5d4463797b.tar.gz GpgFrontend-5897bf34b51de87f5e851ab31e76ea5d4463797b.zip |
Update CI
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/release-ci.yml | 1 |
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) |