Skip to content

Commit

Permalink
CI: Now use the correct tag for Qt Keychain
Browse files Browse the repository at this point in the history
  • Loading branch information
KitsuneRal committed Jul 25, 2024
1 parent 2c754c1 commit 18592a6
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 @@ -137,7 +137,7 @@ jobs:
- name: Build and install QtKeychain
run: |
cd ..
git clone -b v0.14.3 https://github.com/frankosterfeld/qtkeychain.git
git clone -b 0.14.3 https://github.com/frankosterfeld/qtkeychain.git
cmake -S qtkeychain -B qtkeychain/build -DBUILD_WITH_QT6=ON $CMAKE_ARGS
cmake --build qtkeychain/build --target install
Expand Down

0 comments on commit 18592a6

Please sign in to comment.