mirror of
https://github.com/wolfcw/libfaketime.git
synced 2026-05-17 00:26:16 +03:00
fix for github action for automake branch
This commit is contained in:
6
.github/workflows/make-autotest.yml
vendored
6
.github/workflows/make-autotest.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user