Skip to content

Commit 41e4976

Browse files
authored
Update build.yml
1 parent 65dae78 commit 41e4976

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,6 @@ jobs:
7474
run: |
7575
haxelib git hmm https://github.com/FNF-SE/hmm --skip-dependencies --quiet
7676
haxelib run hmm install --quiet
77-
if [ "${{ inputs.name }}" == "Windows ARM64" ]; then
78-
haxelib remove hxvlc
79-
haxelib git hxvlc https://github.com/FNF-SE/hxvlc winarm64 --skip-dependencies --quiet
80-
elif [ "${{ inputs.name }}" == "Windows i686" ]; then
81-
haxelib remove hxvlc
82-
haxelib git hxvlc https://github.com/FNF-SE/hxvlc win32 --skip-dependencies --quiet
83-
fi
8477
8578
- name: Configure Android
8679
if: inputs.name == 'Android'

0 commit comments

Comments
 (0)