Buildalon Setup ovr-platform-util

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

How to use

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

inputs

NameDescriptionRequired
self-updateAutomatically update the ovr-platform-util tool.Defaults to true.

© 2026 Virtual Maker Corporation