Skip to content

Commit

Permalink
revert last change
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed Nov 22, 2023
1 parent 30d5df8 commit 81965d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.hx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function main() {
final installationResult = runUntilFailure([
setupLix.bind(haxeVersion),
run.bind("sudo apt install neko"), // for nekotools
run.bind("haxelib install haxelib 4.0.3"), // 4.1.0 is failing on unit tests
// run.bind("haxelib install haxelib 4.0.3"), // 4.1.0 is failing on unit tests
installHaxelibs.bind(flixelVersions),
installHxcpp.bind(target)
]);
Expand Down

0 comments on commit 81965d7

Please sign in to comment.