Skip to content
box

GitHub Action

Setup OVR Platform Utility

v1.1.6 Latest version

Setup OVR Platform Utility

box

Setup OVR Platform Utility

A GitHub Action to setup the ovr platform utility tool

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup OVR Platform Utility

uses: RageAgainstThePixel/[email protected]

Learn more about this action in RageAgainstThePixel/setup-ovr-platform-util

Choose a version

setup-ovr-platform-utility

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: 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