Skip to content

Commit b04bcf4

Browse files
committed
what is ithis
1 parent 4e103d1 commit b04bcf4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,10 @@ jobs:
122122
haxelib install hxcpp > /dev/null --quiet
123123
haxelib install hmm --quiet
124124
haxelib run hmm install
125-
haxelib install lime 8.3.0
126125
- name: Create Version Tag
127126
run: echo "${{github.run_id}}" > VERSION
128127
- name: Compile
129-
run: haxelib run lime build mac --app-version="4.0.0-${{ github.run_id}}"
128+
run: arch -x86_64 haxelib run lime build mac --app-version="4.0.0-${{ github.run_id}}"
130129
- name: Publish Artifact
131130
uses: actions/upload-artifact@v4
132131
with:

0 commit comments

Comments
 (0)