added --quiet to github action

This commit is contained in:
Cameron Taylor 2023-07-31 11:41:34 -04:00
parent 211ccc2e47
commit 0388410e73
1 changed files with 1 additions and 1 deletions

View File

@ -24,5 +24,5 @@ runs:
haxelib git haxelib https://github.com/HaxeFoundation/haxelib.git
haxelib version
haxelib --global install hmm
haxelib --global run hmm install
haxelib --global run hmm install --quiet
shell: bash