mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 19:25:16 -05:00
use --always when installing funkin-patches versions of haxelib and hmm
This commit is contained in:
parent
b47c695cb7
commit
a0047a482f
1 changed files with 2 additions and 2 deletions
4
.github/actions/setup-haxe/action.yml
vendored
4
.github/actions/setup-haxe/action.yml
vendored
|
@ -60,8 +60,8 @@ runs:
|
|||
haxelib --debug --never deleterepo || true
|
||||
haxelib --debug --never newrepo
|
||||
echo "HAXEPATH=$(haxelib config)" >> "$GITHUB_ENV"
|
||||
haxelib --debug --never git haxelib https://github.com/FunkinCrew/haxelib.git funkin-patches --skip-dependencies
|
||||
haxelib --debug --global git hmm https://github.com/FunkinCrew/hmm funkin-patches
|
||||
haxelib --debug --always --global git haxelib https://github.com/FunkinCrew/haxelib.git funkin-patches --skip-dependencies
|
||||
haxelib --debug --global --always git hmm https://github.com/FunkinCrew/hmm funkin-patches
|
||||
echo "TIMER_DEPS=$(date +%s)" >> "$GITHUB_ENV"
|
||||
|
||||
- name: Restore cached dependencies
|
||||
|
|
Loading…
Reference in a new issue