Skip to content

Commit

Permalink
[ci] Use setup command in ci scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed Aug 31, 2024
1 parent 05d52f6 commit 11a73df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:

- name: Build Tool
run: |
cd tools/hxcpp
haxe compile.hxml
haxelib run hxcpp setup
- name: Check XCode
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@ runs:
run: haxe compile.hxml

- name: build hxcpp
working-directory: tools/hxcpp
shell: pwsh
run: haxe compile.hxml
run: haxelib run hxcpp setup

0 comments on commit 11a73df

Please sign in to comment.