Skip to content

ci: fix hxcpp version #32

ci: fix hxcpp version

ci: fix hxcpp version #32

Workflow file for this run

name: keyson
on:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
persist-credentials: false
submodules: 'recursive'
- name: Setup Haxe
uses: krdlab/[email protected]
with:
haxe-version: 4.3.3
- run: haxelib install hxcpp 4.3.2
- run: haxelib install utest 1.13.2
- name: Test with the hxcpp target
run: haxe Test.hxml