Supports ubuntu-*
and windows-*
runners.
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'