From 1e25e1f042b2bd29ed28e1fd3ef92be8a09c264c Mon Sep 17 00:00:00 2001 From: Wolfgang Hommel Date: Thu, 9 Apr 2020 11:41:01 +0200 Subject: [PATCH] fix for github action for automake branch --- .github/workflows/make-autotest.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/make-autotest.yml b/.github/workflows/make-autotest.yml index 9d252cc..75c4d4d 100644 --- a/.github/workflows/make-autotest.yml +++ b/.github/workflows/make-autotest.yml @@ -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