Skip to content

Commit

Permalink
9
Browse files Browse the repository at this point in the history
  • Loading branch information
sonygod committed Oct 9, 2024
1 parent 5d5db61 commit 29612ef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ jobs:
Write-Host "Haxe installation directory found."
}
- name: Setup Haxelib
- name: Setup Haxelib
shell: powershell
run: |
& "C:\HaxeToolkit\haxe\haxelib.exe" setup "C:\HaxeToolkit\haxe\lib"
& "C:\HaxeToolkit\haxe\haxelib.exe" setup

- name: Run Haxe build
shell: powershell
Expand Down

0 comments on commit 29612ef

Please sign in to comment.