Skip to content

Commit 4145e20

Browse files
committed
[ci] Add missing arch flag for build tool tests
1 parent eb2d877 commit 4145e20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,6 @@ jobs:
257257
shell: bash
258258
run: |
259259
for xml in *.xml; do
260-
haxelib run hxcpp $xml ${{ env.HXCPP_TARGET_FLAG }}
260+
haxelib run hxcpp $xml-D${{ env.HXCPP_ARCH_FLAG }} ${{ env.HXCPP_TARGET_FLAG }}
261261
haxelib run hxcpp $xml clean
262262
done

0 commit comments

Comments
 (0)