aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTobias Fella <fella@posteo.de>2022-05-21 16:29:00 +0200
committerTobias Fella <fella@posteo.de>2022-05-21 16:29:00 +0200
commit4e127d5f74c56b1e366de3e8afb7f07700a566b4 (patch)
tree90b1a7bcb4ff1e4274eb3e3efe0915af6708d43d /.github
parent753037cfc0d72a49144d30e9111ca21f01b81afd (diff)
downloadlibquotient-4e127d5f74c56b1e366de3e8afb7f07700a566b4.tar.gz
libquotient-4e127d5f74c56b1e366de3e8afb7f07700a566b4.zip
Use branch of matrix-spec
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml3
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