Attempt to fix GitHub build

This commit is contained in:
lexikiq
2021-05-02 01:17:02 -04:00
parent c15d5896be
commit 7f4442d5ba
2 changed files with 12 additions and 0 deletions

View File

@@ -19,6 +19,12 @@ jobs:
with:
java-version: ${{ matrix.java }}
- name: Setup eden-api
run: |
git clone https://github.com/Pugabyte/eden-api
cd eden-api && mvn clean install -o
cd .. && rm -rf eden-api
- uses: actions/cache@v2
with:
path: ~/.m2/repository

View File

@@ -19,6 +19,12 @@ jobs:
with:
java-version: ${{ matrix.java }}
- name: Setup eden-api
run: |
git clone https://github.com/Pugabyte/eden-api
cd eden-api && mvn clean install -o
cd .. && rm -rf eden-api
- uses: actions/cache@v2
with:
path: ~/.m2/repository