From 3023d93d4fdb415653fcd3d88a1024d3e1ec3e77 Mon Sep 17 00:00:00 2001 From: Andrew Cassidy Date: Fri, 13 Sep 2024 00:30:38 -0700 Subject: [PATCH] see if it runs --- .github/actions/setup-unity/action.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/actions/setup-unity/action.yml b/.github/actions/setup-unity/action.yml index 31d05f4..c688de0 100644 --- a/.github/actions/setup-unity/action.yml +++ b/.github/actions/setup-unity/action.yml @@ -27,4 +27,8 @@ runs: - name: Install Unity hub uses: tecolicom/actions-use-apt-tools@v1 with: - tools: 'unityhub' \ No newline at end of file + tools: 'unityhub' + + - name: Run Unity Hub + shell: bash + run: unityhub --headless help