Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rageagainstthepixel/setup-ovr-platform-util

A GitHub Action to setup the ovr platform utility tool command alias
https://github.com/rageagainstthepixel/setup-ovr-platform-util

app applab github-actions meta meta-quest ovr ovr-platform ovr-platform-util platform quest tool-cache tools util

Last synced: about 1 month ago
JSON representation

A GitHub Action to setup the ovr platform utility tool command alias

Awesome Lists containing this project

README

        

# setup-ovr-platform-utility

A GitHub Action to setup the [`ovr-platform-utility`](https://developer.oculus.com/resources/publish-reference-platform-command-line-utility) tool command alias.

## How to use

```yaml
jobs:
validate:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
# download and setup ovr platform util
- uses: RageAgainstThePixel/setup-ovr-platform-util@v1
# run commands
- run: 'ovr-platform-util version'
```

### inputs

| Name | Description | Required |
| ---- | ----------- | -------- |
| `self-update` | Automatically update the ovr-platform-util tool. | Defaults to `true`. |

## Related actions

- [upload-meta-quest-build](https://github.com/RageAgainstThePixel/upload-meta-quest-build)