Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion authored Jan 2, 2025
1 parent 2a6ca5e commit 4e9986c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ jobs:
with:
haxe-version: 4.3.6

- name: Compiling
- name: Compiling Ndlls
run: |
haxelib git flixel-raylib https://github.com/Vortex2Oblivion/flixel-raylib
haxelib install lime
haxelib run lime rebuild ndlls/memory windows
- name: Compile Test Project
run: |
cd test
haxe build.hxml

0 comments on commit 4e9986c

Please sign in to comment.