Skip to content

Set up a specific version of Haxe environment for your workflow.

License

Notifications You must be signed in to change notification settings

krdlab/setup-haxe

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

setup-haxe

This action sets up a Haxe environment for use in your workflows.

Usage

See action.yml and .github/workflows/.

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: krdlab/setup-haxe@v1
        with:
          haxe-version: 4.2.0
      - run: |
          haxe -version
          haxelib install hxnodejs

About

Set up a specific version of Haxe environment for your workflow.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published