1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-22 14:53:53 +00:00

Update action.yml

This commit is contained in:
Cameron Taylor 2023-02-09 02:01:17 -05:00 committed by GitHub
parent e8e617af03
commit df7acb98dc

View file

@ -13,6 +13,6 @@ runs:
- name: Installing Haxe lol
run: |
haxe -version
haxelib --global install hmm
haxelib --global run hmm install --quiet
haxelib install hmm
haxelib run hmm install --quiet
shell: bash