diff options
author | Tobias Fella <fella@posteo.de> | 2022-05-21 16:29:00 +0200 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2022-05-21 16:29:00 +0200 |
commit | 4e127d5f74c56b1e366de3e8afb7f07700a566b4 (patch) | |
tree | 90b1a7bcb4ff1e4274eb3e3efe0915af6708d43d /.github | |
parent | 753037cfc0d72a49144d30e9111ca21f01b81afd (diff) | |
download | libquotient-4e127d5f74c56b1e366de3e8afb7f07700a566b4.tar.gz libquotient-4e127d5f74c56b1e366de3e8afb7f07700a566b4.zip |
Use branch of matrix-spec
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b9383db..bea9f436 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -180,6 +180,9 @@ jobs: working-directory: ${{ runner.workspace }} run: | git clone https://github.com/quotient-im/matrix-spec.git + pushd matrix-spec + git checkout fixcompilation + popd git clone --recursive https://github.com/KitsuneRal/gtad.git cmake -S gtad -B build/gtad $CMAKE_ARGS -DBUILD_SHARED_LIBS=OFF cmake --build build/gtad |