forked from External/mage
This commit is contained in:
parent
318aa5ecbd
commit
09cfe76110
1 changed files with 2 additions and 2 deletions
|
|
@ -7,10 +7,10 @@ jobs:
|
||||||
example-docker-compose:
|
example-docker-compose:
|
||||||
runs-on: node
|
runs-on: node
|
||||||
steps:
|
steps:
|
||||||
- name: Build Mage
|
- name: Install prerequisites
|
||||||
run: |
|
run: |
|
||||||
apk update
|
apk update
|
||||||
apk add openjdk8-jdk maven git
|
apk add openjdk8-jdk maven git bash
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue