Skip to content

Commit 333bb1b

Browse files
forgot about the debug builds
1 parent 350219a commit 333bb1b

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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: |

.github/workflows/macos.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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: |

.github/workflows/windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)