We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65dae78 commit 41e4976Copy full SHA for 41e4976
.github/workflows/build.yml
@@ -74,13 +74,6 @@ jobs:
74
run: |
75
haxelib git hmm https://github.com/FNF-SE/hmm --skip-dependencies --quiet
76
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
82
- haxelib git hxvlc https://github.com/FNF-SE/hxvlc win32 --skip-dependencies --quiet
83
- fi
84
85
- name: Configure Android
86
if: inputs.name == 'Android'
0 commit comments