mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-05-21 14:41:10 +00:00
Merge pull request #691 from FunkinCrew/runners-fixins
Windows + Mac quick runners fix
This commit is contained in:
commit
ce559106f6
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 deleterepo || true
|
||||||
haxelib --debug --never newrepo
|
haxelib --debug --never newrepo
|
||||||
echo "HAXEPATH=$(haxelib config)" >> "$GITHUB_ENV"
|
echo "HAXEPATH=$(haxelib config)" >> "$GITHUB_ENV"
|
||||||
haxelib --debug --never git haxelib https://github.com/HaxeFoundation/haxelib.git master
|
haxelib --debug --always --global git haxelib https://github.com/FunkinCrew/haxelib.git funkin-patches --skip-dependencies
|
||||||
haxelib --debug --global install hmm
|
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
|
||||||
|
|
Loading…
Reference in a new issue