Skip to content

Commit b0fa41e

Browse files
author
Aidan Lee
committed
reorder so we setup haxe first
1 parent 2941b7b commit b0fa41e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)