File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -196,12 +196,16 @@ jobs:
196196 steps :
197197 - name : checkout
198198 uses : actions/checkout@v4
199+ - name : setup
200+ uses : ./.github/workflows/setup
201+ with :
202+ haxe : ${{ inputs.haxe }}
199203 - name : Get Haxe commit SHA
200204 if : inputs.haxe == 'latest'
201205 id : haxe_sha
202206 shell : bash
203207 working-directory :
204- ${{env.GITHUB_WORKSPACE }}
208+ ${{github.workspace }}
205209 env :
206210 GH_TOKEN : ${{ github.token }}
207211 run : |
@@ -225,10 +229,6 @@ jobs:
225229 repository : HaxeFoundation/haxe
226230 path : haxe
227231 ref : ${{ inputs.haxe }}
228- - name : setup
229- uses : ./.github/workflows/setup
230- with :
231- haxe : ${{ inputs.haxe }}
232232 - name : install haxe libs
233233 run : haxelib install compile-cpp.hxml --always
234234 # haxe 4 tests don't build with latest utest
You can’t perform that action at this time.
0 commit comments