aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-05-31 17:36:17 +0200
committerAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-05-31 17:37:09 +0200
commit3c6ca3c89d7b1a972d50ec4eb0b42ab350771f72 (patch)
tree25d49b7dd60635e5c36f55b3f7ec130172994c58 /.github/workflows/ci.yml
parent4e127d5f74c56b1e366de3e8afb7f07700a566b4 (diff)
downloadlibquotient-3c6ca3c89d7b1a972d50ec4eb0b42ab350771f72.tar.gz
libquotient-3c6ca3c89d7b1a972d50ec4eb0b42ab350771f72.zip
Update gtad.yml to match v3 API definitions
Also: use quotient-im/matrix-spec main branch again, now that it has adjusted definitions; drop un(der)used partials
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index bea9f436..9b9383db 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -180,9 +180,6 @@ 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