Skip to content

Commit

Permalink
updated neko install stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjamuffin99 committed Jan 30, 2024
1 parent 81965d7 commit a4439db
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
12 changes: 9 additions & 3 deletions 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 @@ -43,7 +43,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(flixelVersions),
installHxcpp.bind(target)
Expand Down

0 comments on commit a4439db

Please sign in to comment.