mirror of
https://github.com/wolfcw/libfaketime.git
synced 2026-05-17 08:36:28 +03:00
add ./configure step to action for automake branch
This commit is contained in:
2
.github/workflows/make-autotest.yml
vendored
2
.github/workflows/make-autotest.yml
vendored
@@ -20,6 +20,8 @@ jobs:
|
||||
ref: automake
|
||||
- name: init
|
||||
run: sh ./build.sh init
|
||||
- name: configure
|
||||
run: ./configure
|
||||
- name: make
|
||||
run: make
|
||||
- name: make test
|
||||
|
||||
Reference in New Issue
Block a user