Skip to content

Update the changlog #45

Update the changlog

Update the changlog #45

Workflow file for this run

name: continuous-integration
on: push
jobs:
# test:
# runs-on: ubuntu-latest
# steps:
# - name: Fetch sources
# uses: actions/checkout@v4
# - name: Set up Lix
# uses: lix-pm/setup-lix@master
# - name: Set up Node.js
# uses: actions/setup-node@v4
# with:
# cache: npm
# node-version: 22
# - name: Cache dependencies
# uses: actions/cache@v4
# with:
# path: |
# ~/haxe
# ~/AppData/Roaming/haxe
# key: haxe-${{runner.os}}-lix-${{hashFiles('.haxerc', 'haxe_libraries/*.hxml')}}
# restore-keys: haxe-${{runner.os}}-lix-
# - name: Install dependencies
# run: |
# lix download
# npm ci
# - name: Run tests
# run: haxe test.hxml
run:
# needs: test
runs-on: ${{matrix.platform}}
strategy:
matrix:
# platform: [macos-latest, ubuntu-latest, windows-latest]
platform: [macos-latest]
steps:
- uses: cedx/setup-hashlink@main
- run: otool -L /usr/local/bin/hl
- run: hl --version