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