mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-01-22 20:48:49 +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: |
|
||||
haxelib config
|
||||
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
|
||||
run: |
|
||||
haxe -version
|
||||
|
|
Loading…
Reference in a new issue