Skip to content

Commit

Permalink
6
Browse files Browse the repository at this point in the history
  • Loading branch information
sonygod committed Oct 9, 2024
1 parent f26ae93 commit 6bec9dc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ jobs:
run: |
Start-Process -FilePath "install/haxe-4.3.6-win64.exe" -ArgumentList "/S" -Wait # Silent install
- name: Add Haxe to PATH
uses: actions/setup-python@v4
with:
python-version: '3.x' # 选择任意 Python 版本
env: |
PATH=${{ env.PATH }}:C:\HaxeToolkit\haxe\ # 将 Haxe 路径添加到 PATH
- name: Run Haxe build
shell: powershell
Expand Down

0 comments on commit 6bec9dc

Please sign in to comment.