Skip to content

Commit

Permalink
Merge branch 'master' into openfl-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed Mar 6, 2024
2 parents 0c25f6c + a4439db commit c1b16e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion src/Main.hx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ function main() {
Core.startGroup("Installing Haxe Dependencies");
final installationResult = runUntilFailure([
setupLix.bind(haxeVersion),
run.bind("sudo apt install neko"), // for nekotools
run.bind("sudo add-apt-repository ppa:haxe/snapshots -y"), // for nekotools
run.bind("sudo apt-get install --fix-missing"), // for nekotools
run.bind("sudo apt-get upgrade"), // for nekotools
run.bind("sudo apt-get install neko -y"), // for nekotools
// run.bind("haxelib install haxelib 4.0.3"), // 4.1.0 is failing on unit tests
installHaxelibs.bind(openFlVersion, flixelVersions),
installHxcpp.bind(target)
Expand Down

0 comments on commit c1b16e9

Please sign in to comment.