1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-15 03:13:45 +00:00
This commit is contained in:
mint 2024-08-26 19:35:54 +02:00 committed by ember / mint
parent 8010441bef
commit 514aa576ea

View file

@ -56,11 +56,10 @@ runs:
shell: bash
run: |
echo "TIMER_HAXELIB=$(date +%s)" >> "$GITHUB_ENV"
haxelib fixrepo --global
haxelib fixrepo --global || true
haxelib --debug --never --global install haxelib 4.1.0
haxelib --global set haxelib 4.1.0
haxelib --global remove haxelib git
haxelib --global remove hmm
haxelib --global remove haxelib git || true
haxelib --global remove hmm || true
rm -rf .haxelib
git config -l --show-scope
haxelib --debug --never --global git haxelib https://github.com/FunkinCrew/haxelib.git funkin-patches --skip-dependencies