Skip to content

Commit

Permalink
7
Browse files Browse the repository at this point in the history
  • Loading branch information
sonygod committed Oct 9, 2024
1 parent 6bec9dc commit c8fee93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Run Haxe build
shell: powershell
run: |
$env:PATH = "C:\HaxeToolkit\haxe\;$env:PATH" # 添加 Haxe 路径到 PATH
haxe build.hxml
- name: Install CMake
Expand Down

0 comments on commit c8fee93

Please sign in to comment.