RageAgainstThePixel / setup-ovr-platform-util

A GitHub Action to setup the ovr platform utility tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup OVR Platform Util

A GitHub Action to setup the ovr platform utility tool

How to use

jobs:
  validate:
    runs-on: ${{ matrix.os }}
    strategy:
      matrix:
        os: [ macos-latest, windows-latest, macos, windows ]

    steps:
        # download and setup ovr platform util
      - uses: RageAgainstThePixel/setup-ovr-platform-util@v1.1

        # run commands
      - run: 'ovr-platform-util version'
        shell: pwsh

About

A GitHub Action to setup the ovr platform utility tool

License:MIT License


Languages

Language:JavaScript 100.0%