1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-02-05 03:00:27 +00:00

config the haxelib 👁️

This commit is contained in:
mint 2024-08-26 19:27:11 +02:00 committed by ember / mint
parent 1089764ab6
commit 7cac3c95ee

View file

@ -56,11 +56,14 @@ runs:
shell: bash shell: bash
run: | run: |
echo "TIMER_HAXELIB=$(date +%s)" >> "$GITHUB_ENV" echo "TIMER_HAXELIB=$(date +%s)" >> "$GITHUB_ENV"
haxelib --debug --always git haxelib https://github.com/FunkinCrew/haxelib.git funkin-patches --skip-dependencies --global haxelib remove --global haxelib git
haxelib remove --global hmm git
rm -rf .haxelib rm -rf .haxelib
git config -l --show-scope
haxelib --debug --never --global git haxelib https://github.com/FunkinCrew/haxelib.git funkin-patches --skip-dependencies
haxelib --debug --never --global git hmm https://github.com/FunkinCrew/hmm funkin-patches
haxelib --debug --never newrepo haxelib --debug --never newrepo
echo "HAXEPATH=$(haxelib config)" >> "$GITHUB_ENV" echo "HAXEPATH=$(haxelib config)" >> "$GITHUB_ENV"
haxelib --debug --global --always git hmm https://github.com/FunkinCrew/hmm funkin-patches
echo "TIMER_DEPS=$(date +%s)" >> "$GITHUB_ENV" echo "TIMER_DEPS=$(date +%s)" >> "$GITHUB_ENV"
- name: Restore cached dependencies - name: Restore cached dependencies