Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for haxe nightlies #24

Merged
merged 4 commits into from
Jan 26, 2023
Merged

Conversation

kLabz
Copy link
Contributor

@kLabz kLabz commented Jan 20, 2023

Add support for haxe nightlies from https://build.haxe.org/builds/haxe/ when setting haxe-version to latest or a specific nightly build, for example "2023-01-12_development_7de5898" (basically anything between haxe_ and extension in https://build.haxe.org/builds/haxe/linux64/).

Example use:

jobs:
  build:
    strategy:
      matrix:
        os: [ubuntu-latest, macos-latest, windows-latest]
        haxe: [4.2.5, latest, "2023-01-23_development_c655aa5"]
    runs-on: ${{ matrix.os }}
    steps:
      # use krdlab/setup-haxe@v1 when merged
      - uses: kLabz/setup-haxe@6c750ad16187ca792f2cdddfd8c57177205f4ecd
        with:
          haxe-version: ${{ matrix.haxe }}

      - run: haxe -version

      # ...

Copy link
Owner

@krdlab krdlab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your PR.

src/main.ts Outdated Show resolved Hide resolved
Copy link
Owner

@krdlab krdlab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks again! I'll start working on a new release.

@krdlab krdlab merged commit c916110 into krdlab:master Jan 26, 2023
@krdlab
Copy link
Owner

krdlab commented Jan 26, 2023

I released v1.3.0 a couple of hours ago.
https://github.com/krdlab/setup-haxe/releases/tag/v1.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants