Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into alpha
  • Loading branch information
TechnikTil committed Dec 6, 2024
2 parents bd4f338 + 66e08d5 commit a3106e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Install Haxe Libraries using HxPKG
run: |
sudo apt install libvlccore-dev libvlc-dev -y
haxelib install hxcpp --quiet
haxelib install hxpkg --quiet
haxelib run hxpkg install
- name: Compile Application
Expand Down Expand Up @@ -58,6 +59,7 @@ jobs:
haxe-version: latest
- name: Install Haxe Libraries using HxPKG
run: |
haxelib install hxcpp --quiet
haxelib install hxpkg --quiet
haxelib run hxpkg install
- name: Compile Application
Expand Down Expand Up @@ -89,6 +91,7 @@ jobs:
haxe-version: latest
- name: Install Haxe Libraries using HxPKG
run: |
haxelib install hxcpp --quiet
haxelib install hxpkg --quiet
haxelib run hxpkg install
- name: Compile Application
Expand Down

0 comments on commit a3106e7

Please sign in to comment.