diff options
author | Carl Schwan <carl@carlschwan.eu> | 2021-11-20 00:16:14 +0100 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2021-12-01 21:56:59 +0100 |
commit | 6896d3e1bd57c398bd4e1ee9badac87dc66ccea7 (patch) | |
tree | 70ea4310ed9dbcc0725cdf46edb7be7990ab2a46 /.github/workflows/ci.yml | |
parent | 545852ca45fadb3ee43072763e81cbfba0366e25 (diff) | |
download | libquotient-6896d3e1bd57c398bd4e1ee9badac87dc66ccea7.tar.gz libquotient-6896d3e1bd57c398bd4e1ee9badac87dc66ccea7.zip |
We always need qtkeychain
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f1db8ef..c2076dea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,7 +122,6 @@ jobs: echo "QUOTEST_ORIGIN=$QUOTEST_ORIGIN with E2EE" >>$GITHUB_ENV - name: Build and install QtKeychain - if: matrix.e2ee run: | cd ${{ runner.workspace }} git clone https://github.com/frankosterfeld/qtkeychain.git |