Skip to content

Commit 959aed5

Browse files
authored
fix action
1 parent 6272c3e commit 959aed5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/linux-selfhosted.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
build:
9-
name: Linux Build
9+
name: Linux Build (Self-Hosted)
1010
permissions: write-all
1111
runs-on: self-hosted
1212
steps:
@@ -27,12 +27,12 @@ jobs:
2727
export/release/linux/obj/
2828
- run: |
2929
echo "HXCPP_COMPILE_CACHE=~/.hxcpp" >> $GITHUB_ENV
30-
- name: Installing LibVLC
31-
run: |
32-
sudo apt-get install libvlc-dev libvlccore-dev
3330
- name: Installing/Updating libraries
3431
run: |
3532
haxe -cp commandline -D analyzer-optimize --run Main setup -s
33+
- name: Build Lime Debug
34+
run: |
35+
haxelib run lime rebuild linux -64 -nocffi -release
3636
- name: Building the game
3737
run: |
3838
haxelib run lime build linux -DCOMPILE_EXPERIMENTAL
@@ -101,12 +101,12 @@ jobs:
101101
export/debug/linux/obj/
102102
- run: |
103103
echo "HXCPP_COMPILE_CACHE=~/.hxcpp" >> $GITHUB_ENV
104-
- name: Installing LibVLC
105-
run: |
106-
sudo apt-get install libvlc-dev libvlccore-dev
107104
- name: Installing/Updating libraries
108105
run: |
109106
haxe -cp commandline -D analyzer-optimize --run Main setup -s
107+
- name: Build Lime Debug
108+
run: |
109+
haxelib run lime rebuild linux -64 -nocffi -debug
110110
- name: Building the game
111111
run: |
112112
haxelib run lime build linux -debug

0 commit comments

Comments
 (0)