mirror of
https://github.com/dagger/dagger-for-github.git
synced 2026-01-09 23:50:03 +11:00
Do not suppress install output
Signed-off-by: Eli Gladman <8713153+egladman@users.noreply.github.com>
This commit is contained in:
parent
2ab4131ade
commit
5994e78c56
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ runs:
|
||||||
# The install.sh script creates path ${prefix_dir}/bin
|
# The install.sh script creates path ${prefix_dir}/bin
|
||||||
cd "$prefix_dir" && { \
|
cd "$prefix_dir" && { \
|
||||||
curl -sL https://dl.dagger.io/dagger/install.sh 2>/dev/null | \
|
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
|
shell: bash
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue