https://github.com/deadnews/action-setup-vs
Action to setup VapourSynth
https://github.com/deadnews/action-setup-vs
actions github-actions vapoursynth
Last synced: about 1 year ago
JSON representation
Action to setup VapourSynth
- Host: GitHub
- URL: https://github.com/deadnews/action-setup-vs
- Owner: DeadNews
- License: mit
- Created: 2023-05-10T05:04:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-16T12:58:20.000Z (about 1 year ago)
- Last Synced: 2025-04-29T23:35:25.415Z (about 1 year ago)
- Topics: actions, github-actions, vapoursynth
- Language: Makefile
- Homepage:
- Size: 104 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# action-setup-vs
> Action to setup [VapourSynth](https://github.com/vapoursynth/vapoursynth)
[](https://github.com/deadnews/action-setup-vs/releases/latest)
[](https://results.pre-commit.ci/latest/github/deadnews/action-setup-vs/main)
[](https://github.com/deadnews/action-setup-vs/actions/workflows/main.yml)
## Usage
```yaml
# with tag:
- name: Setup vapoursynth
uses: deadnews/action-setup-vs@v1.0.6
# with digest pinning:
- name: Setup vapoursynth
uses: deadnews/action-setup-vs@edf769daa66dcf69c9e87bc984d74edfef3b29ad # v1.0.6
```
Examples of valid GitHub tags: `main`, `v1`, `v1.0`, `v1.0.1`.
[Example](https://github.com/DeadNews/action-setup-vs/blob/main/.github/workflows/main.yml) to get started.
## Supported runners
- linux
- macos