File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -313,11 +313,9 @@ jobs:
313313 set -ex
314314 eval $(opam env)
315315 opam config exec -- make -s -j`nproc` STATICLINK=1 haxe
316- opam config exec -- make -s haxelib
317316 make -s package_unix
318317 ls -l out
319318 ldd -v ./haxe
320- ldd -v ./haxelib
321319
322320 - name : Get KhaTools_linux_arm64
323321 run : git clone https://github.com/Kode/KhaTools_linux_arm64.git
Original file line number Diff line number Diff line change @@ -166,11 +166,9 @@ jobs:
166166 set -ex
167167 eval $(opam env)
168168 opam config exec -- make -s -j`nproc` STATICLINK=1 haxe
169- opam config exec -- make -s haxelib
170169 make -s package_unix
171170 ls -l out
172171 ldd -v ./haxe
173- ldd -v ./haxelib
174172
175173 - name : Get KhaTools_linux_arm64
176174 run : git clone https://github.com/Kode/KhaTools_linux_arm64.git
You can’t perform that action at this time.
0 commit comments