Skip to content

Commit a35b491

Browse files
*sigh* Hopefully this fix does it for real
1 parent c6071b9 commit a35b491

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
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}}"
@@ -65,6 +65,9 @@ jobs:
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
@@ -73,9 +76,7 @@ jobs:
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: |
@@ -84,4 +85,4 @@ jobs:
8485
uses: actions/upload-artifact@v4.3.3
8586
with:
8687
name: 'FV-Linux'
87-
path: bin/linux/bin
88+
path: bin/linux/bin

0 commit comments

Comments
 (0)