File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 6262 haxe-version : 4.3.6
6363 # Runs a set of commands using the runners
6464 # fucking hidden dependencies at the start of `run`
65- - name : Install required haxelibs
66- run : |
67- haxelib setup ~/haxelib
65+ - name : Linux library setup
66+ - run : |
6867 sudo apt-get install libc6-dev-i386
6968 export LIBRARY_PATH=/usr/lib/$(gcc -print-multiarch)
7069 export C_INCLUDE_PATH=/usr/include/$(gcc -print-multiarch)
7574 sudo apt-get install libxinerama-dev
7675 sudo apt-get install libgl1-mesa-dev
7776 sudo apt-get install libasound2-dev
77+ - name : Install required haxelibs
78+ run : |
79+ haxelib setup ~/haxelib
7880 haxelib install format --quiet
7981 haxelib install hxp --quiet
8082 haxelib install hxcpp > /dev/null --quiet
You can’t perform that action at this time.
0 commit comments