Ecosyste.ms: Awesome
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 github-actions
Last synced: about 2 months ago
JSON representation
install automake
- Host: GitHub
- URL: https://github.com/srz-zumix/setup-automake
- Owner: srz-zumix
- License: mit
- Created: 2024-04-07T11:38:05.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T03:36:21.000Z (3 months ago)
- Last Synced: 2024-10-21T06:41:14.379Z (3 months ago)
- Topics: actions, github-actions
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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
```