From 20e5e870b6a8fad088c49ad88c047023ac05756c Mon Sep 17 00:00:00 2001 From: Diviloper Date: Wed, 20 Dec 2023 13:04:11 +0100 Subject: [PATCH] Add apt cache --- .github/workflows/test-develop.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-develop.yml b/.github/workflows/test-develop.yml index f5a1f946..64f70360 100644 --- a/.github/workflows/test-develop.yml +++ b/.github/workflows/test-develop.yml @@ -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