Skip to content

Commit

Permalink
Add apt cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Diviloper committed Dec 20, 2023
1 parent aecee63 commit 20e5e87
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,16 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: build-essential cmake postgresql-server-dev-15 libproj-dev libjson-c-dev libgsl-dev libgeos-dev
version: 1.0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install MEOS
run: |
apt install build-essential cmake postgresql-server-dev-15 libproj-dev libjson-c-dev libgsl-dev libgeos-dev
git clone --branch develop https://github.com/MobilityDB/MobilityDB
mkdir MobilityDB/build
cd MobilityDB/build
Expand Down

0 comments on commit 20e5e87

Please sign in to comment.