aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Fella <9750016+TobiasFella@users.noreply.github.com>2021-11-20 20:54:34 +0100
committerTobias Fella <fella@posteo.de>2021-12-01 21:56:59 +0100
commite4802dc967c640ebac1d0bc7db55b47b79233544 (patch)
treee606941600b93d28fae4fa5b281925cbad681a7b
parent877591582f07b5c5c104370e80c858b951c0757f (diff)
downloadlibquotient-e4802dc967c640ebac1d0bc7db55b47b79233544.tar.gz
libquotient-e4802dc967c640ebac1d0bc7db55b47b79233544.zip
Try fixing windows CI
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c2076dea..d0c391be 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -123,7 +123,7 @@ jobs:
- name: Build and install QtKeychain
run: |
- cd ${{ runner.workspace }}
+ cd ..
git clone https://github.com/frankosterfeld/qtkeychain.git
cmake -S qtkeychain -B qtkeychain/build $CMAKE_ARGS
cmake --build qtkeychain/build --target install