mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-04 13:54:22 +00:00
cache proto
This commit is contained in:
parent
502cb22970
commit
8de45f7bbe
3
.github/workflows/learn-github-actions.yml
vendored
3
.github/workflows/learn-github-actions.yml
vendored
|
@ -8,6 +8,9 @@ jobs:
|
|||
with:
|
||||
haxe-version: 4.2.4
|
||||
- uses: actions/checkout@v2
|
||||
- name: Cache Haxe Stuff
|
||||
run: |
|
||||
haxelib config
|
||||
- name: Installing Haxe Stuff
|
||||
run: |
|
||||
haxe -version
|
||||
|
|
Loading…
Reference in a new issue