fix for github action for automake branch

This commit is contained in:
Wolfgang Hommel
2020-04-09 11:41:01 +02:00
parent 690ed3f158
commit 1e25e1f042

View File

@@ -1,4 +1,4 @@
name: Run make test
name: Run make test for automake branch
on:
push:
@@ -15,7 +15,9 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
with:
ref: automake
- name: init
run: sh ./build.sh init
- name: make