Skip to content

Commit 5be1bb8

Browse files
oops
1 parent cc38dec commit 5be1bb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
haxe compile.hxml
140140
cd ../..
141141
- name: Compile
142-
run: haxelib run lime build windows -D commit -D ${{ inputs.buildFlags }}
142+
run: haxelib run lime build windows -D ${{ inputs.buildFlags }}
143143
- name: Clear Previous Cache
144144
uses: actions/github-script@main
145145
with:
@@ -215,7 +215,7 @@ jobs:
215215
haxe compile.hxml
216216
cd ../..
217217
- name: Compile
218-
run: haxelib run lime build mac -D commit -D ${{ inputs.buildFlags }}
218+
run: haxelib run lime build mac -D ${{ inputs.buildFlags }}
219219
- name: Clear Previous Cache
220220
uses: actions/github-script@main
221221
with:

0 commit comments

Comments
 (0)