From 704130e49d352542c98bf517c30c7c0e8f649d12 Mon Sep 17 00:00:00 2001 From: Diviloper Date: Thu, 21 Dec 2023 00:25:11 +0100 Subject: [PATCH] Change repo again --- .github/workflows/test-develop.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-develop.yml b/.github/workflows/test-develop.yml index 5cac29e3..47888dfe 100644 --- a/.github/workflows/test-develop.yml +++ b/.github/workflows/test-develop.yml @@ -27,11 +27,9 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install MEOS run: | - git clone https://github.com/estebanzimanyi/MobilityDB - cd MobilityDB - git checkout 3025da62c65d919e5fd813ae1c1dc54d4784dd58 - mkdir build - cd build + git clone --branch temporal https://github.com/Diviloper/MobilityDB + mkdir MobilityDB/build + cd MobilityDB/build cmake .. -DMEOS=on make -j sudo make install