Skip to content

Commit

Permalink
Add sudo to MEOS install in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Diviloper committed Dec 20, 2023
1 parent fdad74e commit be56f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cd MobilityDB/build
cmake .. -DMEOS=on
make -j
make install
sudo make install
- name: Install python dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit be56f08

Please sign in to comment.