From 0388410e73076daac3054325543c14b9bca55f88 Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Mon, 31 Jul 2023 11:41:34 -0400 Subject: [PATCH] added --quiet to github action --- .github/actions/setup-haxeshit/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-haxeshit/action.yml b/.github/actions/setup-haxeshit/action.yml index bf81e0d6d..6b565bfa2 100644 --- a/.github/actions/setup-haxeshit/action.yml +++ b/.github/actions/setup-haxeshit/action.yml @@ -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