Do not suppress install output

Signed-off-by: Eli Gladman <8713153+egladman@users.noreply.github.com>
This commit is contained in:
Eli Gladman 2023-12-06 19:13:31 -05:00 committed by Jeremy Adams
parent 2ab4131ade
commit 5994e78c56

View file

@ -43,7 +43,7 @@ runs:
# The install.sh script creates path ${prefix_dir}/bin
cd "$prefix_dir" && { \
curl -sL https://dl.dagger.io/dagger/install.sh 2>/dev/null | \
DAGGER_VERSION=${{ inputs.version }} sh 2>/dev/null; }
DAGGER_VERSION=${{ inputs.version }} sh; }
shell: bash
- run: |