mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-19 21:33:06 +00:00
Update action.yml (#147)
This commit is contained in:
parent
dd4403d673
commit
d4e601ebaa
8
.github/actions/setup-haxeshit/action.yml
vendored
8
.github/actions/setup-haxeshit/action.yml
vendored
|
@ -10,14 +10,6 @@ runs:
|
||||||
run: |
|
run: |
|
||||||
haxelib config
|
haxelib config
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Restore/create existing haxelib cache for faster downloads
|
|
||||||
uses: actions/cache@v3
|
|
||||||
id: cache-haxelib-windows
|
|
||||||
with:
|
|
||||||
# wha?
|
|
||||||
key: cache-haxelib-${{ runner.os }}-${{ hashFiles('**/hmm.json')}}
|
|
||||||
path: |
|
|
||||||
.haxelib/
|
|
||||||
- name: Installing Haxe lol
|
- name: Installing Haxe lol
|
||||||
run: |
|
run: |
|
||||||
haxe -version
|
haxe -version
|
||||||
|
|
Loading…
Reference in a new issue