Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 432 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 432 Bytes

Setup HEMTT

Supports ubuntu-* and windows-* runners.

Usage

Use the latest version of HEMTT:

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - uses: arma-actions/hemtt@v1
      name: Setup HEMTT
    - name: Build
      run: hemtt build

Specify a version of HEMTT to use:

- uses: arma-actions/hemtt@v1
  name: Setup HEMTT
  with:
    version: 'v1.2.0'