Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Jul 20, 2024
1 parent 21232a9 commit cd4ded1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/internal/install-haxelibs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ runs:
rm -rf "$HAXELIB_PATH/$lib_name/git"
if [[ $haxelib_version == "4.0.2" ]]; then # workaround for "Uncaught exception - Failed with error: Eof"
(set -x; haxelib --debug --always git "$lib_name" "${lib_ver_splitted[0]}" ${lib_ver_splitted[1]:-})
(set -x; haxelib --debug git --always "$lib_name" "${lib_ver_splitted[0]}" ${lib_ver_splitted[1]:-} || true)
else
(set -x; haxelib --debug --always git "$lib_name" "${lib_ver_splitted[0]}" ${lib_ver_splitted[1]:-} || true)
(set -x; haxelib --debug git --always "$lib_name" "${lib_ver_splitted[0]}" ${lib_ver_splitted[1]:-})
fi
continue;
fi
Expand Down

0 comments on commit cd4ded1

Please sign in to comment.