Skip to content

Commit

Permalink
CI: Build with QtKeychain 0.13.2
Browse files Browse the repository at this point in the history
QtKeychain master suffers from
frankosterfeld/qtkeychain#213.
  • Loading branch information
KitsuneRal committed May 30, 2022
1 parent 078f5aa commit 6e27a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e27a49

Please sign in to comment.