Skip to content

Commit

Permalink
still install format
Browse files Browse the repository at this point in the history
  • Loading branch information
Simn committed Jan 31, 2024
1 parent 63907c3 commit 64b6020
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/runci/targets/Jvm.hx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ import runci.Config.*;
class Jvm {
static public function getJavaDependencies() {
haxelibInstallGit("HaxeFoundation", "hxjava", true);
haxelibInstallGit("HaxeFoundation", "format", "jvm", "--always");
runCommand("javac", ["-version"]);
}

static final miscJavaDir = getMiscSubDir('java');

static public function run(args:Array<String>) {
Expand Down

0 comments on commit 64b6020

Please sign in to comment.