diff options
author | Tobias Fella <9750016+TobiasFella@users.noreply.github.com> | 2021-11-20 20:54:34 +0100 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2021-12-01 21:56:59 +0100 |
commit | e4802dc967c640ebac1d0bc7db55b47b79233544 (patch) | |
tree | e606941600b93d28fae4fa5b281925cbad681a7b /.github/workflows | |
parent | 877591582f07b5c5c104370e80c858b951c0757f (diff) | |
download | libquotient-e4802dc967c640ebac1d0bc7db55b47b79233544.tar.gz libquotient-e4802dc967c640ebac1d0bc7db55b47b79233544.zip |
Try fixing windows CI
Diffstat (limited to '.github/workflows')
-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 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 |