File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 3939 haxelib install input2action --quiet
4040 haxelib install customtitlebar --quiet
4141 shell : cmd
42- - name : Create version tag
42+ - name : Check version tag
4343 run : echo "${{github.run_id}}" > VERSION
4444 - name : Compile
4545 run : haxelib run lime build windows --app-version="4.0.0-${{ github.run_id}}"
6565 - name : Install required haxelibs
6666 run : |
6767 haxelib setup ~/haxelib
68+ sudo apt install libX11-devel
69+ sudo apt install libx11-dev
70+ sudo apt install libXrandr-devel
6871 haxelib install format --quiet
6972 haxelib install hxp --quiet
7073 haxelib install hxcpp > /dev/null --quiet
7376 haxelib install peote-view --quiet
7477 haxelib install input2action --quiet
7578 haxelib install customtitlebar --quiet
76- sudo apt update
77- sudo apt install libx11-dev
78- - name : Create version tag
79+ - name : Check version tag
7980 run : echo "${{github.run_id}}" > VERSION
8081 - name : Compile
8182 run : |
8485 uses : actions/upload-artifact@v4.3.3
8586 with :
8687 name : ' FV-Linux'
87- path : bin/linux/bin
88+ path : bin/linux/bin
You can’t perform that action at this time.
0 commit comments