Skip to content

Commit

Permalink
Change repo again
Browse files Browse the repository at this point in the history
  • Loading branch information
Diviloper committed Dec 20, 2023
1 parent 7b4d1e6 commit 704130e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 704130e

Please sign in to comment.