mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-15 03:13:45 +00:00
haxelib
This commit is contained in:
parent
0193bde700
commit
8010441bef
3
.github/actions/setup-haxe/action.yml
vendored
3
.github/actions/setup-haxe/action.yml
vendored
|
@ -56,10 +56,11 @@ runs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo "TIMER_HAXELIB=$(date +%s)" >> "$GITHUB_ENV"
|
echo "TIMER_HAXELIB=$(date +%s)" >> "$GITHUB_ENV"
|
||||||
|
haxelib fixrepo --global
|
||||||
haxelib --debug --never --global install haxelib 4.1.0
|
haxelib --debug --never --global install haxelib 4.1.0
|
||||||
haxelib --global set haxelib 4.1.0
|
haxelib --global set haxelib 4.1.0
|
||||||
haxelib --global remove haxelib git
|
haxelib --global remove haxelib git
|
||||||
haxelib --global remove hmm git
|
haxelib --global remove hmm
|
||||||
rm -rf .haxelib
|
rm -rf .haxelib
|
||||||
git config -l --show-scope
|
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 haxelib https://github.com/FunkinCrew/haxelib.git funkin-patches --skip-dependencies
|
||||||
|
|
Loading…
Reference in a new issue