diff options
author | Tobias Fella <fella@posteo.de> | 2021-12-08 23:18:27 +0100 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2021-12-08 23:18:27 +0100 |
commit | 39ca00755d91c5e608bfe2a67c84ceb29ed49976 (patch) | |
tree | 750353e0e4790978c66856406755b434ce516735 | |
parent | 3054255cba206c91e3bdf0ea42fde39d51261e6a (diff) | |
download | libquotient-39ca00755d91c5e608bfe2a67c84ceb29ed49976.tar.gz libquotient-39ca00755d91c5e608bfe2a67c84ceb29ed49976.zip |
Try fixing sonar
-rw-r--r-- | .github/workflows/sonar.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 76db59c9..c987b0cc 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -64,6 +64,14 @@ jobs: cmake -S olm -B olm/build $CMAKE_ARGS cmake --build olm/build --target install + - name: Build and install qtKeychain + if: matrix.e2ee + run: | + cd .. + git clone https://github.com/frankosterfeld/qtkeychain.git + cmake -S qtkeychain -B qtkeychain/build $CMAKE_ARGS + cmake --build qtkeychain/build --target install + - name: Pull CS API and build GTAD if: matrix.update-api run: | |