From af65b83ddd090c49b5884fa2e740c64511d2f30f Mon Sep 17 00:00:00 2001
From: Hazel <hazel@farfrom.earth>
Date: Thu, 5 Oct 2023 15:55:23 +0100
Subject: [PATCH] remove --quiet so i can see errors (woah)

---
 .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 38a504442..e96181ce4 100644
--- a/.github/actions/setup-haxeshit/action.yml
+++ b/.github/actions/setup-haxeshit/action.yml
@@ -16,5 +16,5 @@ runs:
           haxelib git haxelib https://github.com/HaxeFoundation/haxelib.git development
           haxelib version
           haxelib --global install hmm
-          haxelib --global run hmm install --quiet
+          haxelib --global run hmm install
         shell: bash