From aadf0789b17eb92b44d3974c971cbde57240423d Mon Sep 17 00:00:00 2001 From: Chris Speciale Date: Thu, 10 Apr 2025 11:49:27 -0400 Subject: [PATCH] [ci] use the latest haxelib version --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9a53cb45c..b8a4807c1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,6 +30,7 @@ jobs: - name: Install Haxe dependencies run: | curl --output ../hxcpp-4.3.45.zip --location https://github.com/HaxeFoundation/hxcpp/releases/download/v4.3.45/hxcpp-4.3.45.zip + haxelib --global update haxelib --quiet haxelib install ../hxcpp-4.3.45.zip --quiet haxelib install format --quiet haxelib install hxp --quiet