mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-29 18:24:23 +00:00
ok caching is fuckie...
This commit is contained in:
parent
3918abe8a1
commit
caa7ae6ddd
4
.github/actions/setup-haxeshit/action.yml
vendored
4
.github/actions/setup-haxeshit/action.yml
vendored
|
@ -6,10 +6,6 @@ runs:
|
||||||
- uses: krdlab/setup-haxe@v1.1.6
|
- uses: krdlab/setup-haxe@v1.1.6
|
||||||
with:
|
with:
|
||||||
haxe-version: 4.2.4
|
haxe-version: 4.2.4
|
||||||
- uses: actions/cache@v3
|
|
||||||
with:
|
|
||||||
path: .haxelib/
|
|
||||||
key: ${{ runner.os }}-${{ hashFiles('**/hmm.json') }}
|
|
||||||
- name: Config haxelib
|
- name: Config haxelib
|
||||||
run: |
|
run: |
|
||||||
haxelib config
|
haxelib config
|
||||||
|
|
Loading…
Reference in a new issue