github workflows are dumb

This commit is contained in:
lexikiq
2021-05-02 03:18:38 -04:00
parent 8bdc788012
commit 3a9772ee2d
2 changed files with 5 additions and 1 deletions

View File

@@ -21,6 +21,8 @@ jobs:
- name: Setup eden-api
run: |
git submodule init
git submodule update eden-api
cd eden-api && mvn clean install
cd ..