mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-01 04:14:47 +00:00
10 lines
221 B
YAML
10 lines
221 B
YAML
jobs:
|
|
build:
|
|
runs-on: [ubuntu-latest, macos-latest]
|
|
steps:
|
|
- uses: krdlab/setup-haxe@v1
|
|
with:
|
|
haxe-version: 4.0.5
|
|
- run: |
|
|
haxe -version
|
|
haxelib install hxnodejs |