We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 853a250 + 0fbb0ae commit 89fdfeaCopy full SHA for 89fdfea
1 file changed
.github/workflows/linux.yml
@@ -26,6 +26,8 @@ jobs:
26
cache-build-linux
27
- name: Installing / Updating libraries
28
run: |
29
+ sudo apt-get install libvlc-dev
30
+ sudo apt-get install libvlccore-dev
31
haxe -cp cli --run Lib
32
haxelib remove hxcpp
33
haxelib git hxcpp https://github.com/HaxeFoundation/hxcpp.git
0 commit comments