diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-05-30 17:41:41 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-05-30 17:41:41 +0200 |
commit | 6e27a49fbbc58a7310753f882fe372ddb0f63e33 (patch) | |
tree | 6feed91da81a830c039ae189d55c3cf91240cde1 /.github | |
parent | 078f5aab2e1eb1dea30828429069836509551b07 (diff) | |
download | libquotient-6e27a49fbbc58a7310753f882fe372ddb0f63e33.tar.gz libquotient-6e27a49fbbc58a7310753f882fe372ddb0f63e33.zip |
CI: Build with QtKeychain 0.13.2
QtKeychain master suffers from
https://github.com/frankosterfeld/qtkeychain/issues/213.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b704b3b9..c690745f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -171,7 +171,7 @@ jobs: - name: Build and install QtKeychain run: | cd .. - git clone https://github.com/frankosterfeld/qtkeychain.git + git clone -b v0.13.2 https://github.com/frankosterfeld/qtkeychain.git cmake -S qtkeychain -B qtkeychain/build $CMAKE_ARGS cmake --build qtkeychain/build --target install |