An open API service indexing awesome lists of open source software.

https://github.com/srz-zumix/setup-automake

install automake
https://github.com/srz-zumix/setup-automake

actions composite-action github-actions

Last synced: about 1 month ago
JSON representation

install automake

Awesome Lists containing this project

README

          

# setup-automake

install automake

## Usage

```yaml
steps:
- uses: srz-zumix/setup-automake@v0
with:
version: "1.16.*"
- run: automake --version
```