File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ jobs:
128128 sudo apt-get install libvlc-dev libvlccore-dev
129129 - name : Installing/Updating libraries
130130 run : |
131+ haxelib --global update haxelib
131132 haxe -cp commandline -D analyzer-optimize --run Main setup -si
132133 - name : Building the game
133134 run : |
Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ jobs:
104104 run : |
105105 brew trust aws/tap
106106 brew install zlib
107+ haxelib --global update haxelib
107108 haxe -cp commandline -D analyzer-optimize --run Main setup -si
108109 - name : Building the game
109110 run : |
@@ -219,6 +220,7 @@ jobs:
219220 brew trust aws/tap
220221 arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
221222 arch -x86_64 /usr/local/bin/brew install zlib
223+ haxelib --global update haxelib
222224 haxe -cp commandline -D analyzer-optimize --run Main setup -si
223225 - name : Building the game
224226 run : |
@@ -286,6 +288,7 @@ jobs:
286288 run : |
287289 brew trust aws/tap
288290 brew install zlib
291+ haxelib --global update haxelib
289292 haxe -cp commandline -D analyzer-optimize --run Main setup -si
290293 - name : Building the game
291294 run : |
Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ jobs:
105105 # export/debug/windows/obj/
106106 - name : Installing/Updating libraries
107107 run : |
108+ haxelib --global update haxelib
108109 haxe -cp commandline -D analyzer-optimize --run Main setup -si --no-vscheck
109110 - name : Building the game
110111 run : |
You can’t perform that action at this time.
0 commit comments