Skip to content

Commit af83de3

Browse files
committed
Add compression to curl command in action.yaml
1 parent c659696 commit af83de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
ARCH="amd64"
2626
fi
2727
mkdir -p "$HOME"/.local/bin
28-
curl -fsSL "$CODER_URL"/bin/coder-linux-${ARCH} -o "$HOME"/.local/bin/coder
28+
curl -fsSL --compressed "$CODER_URL"/bin/coder-linux-${ARCH} -o "$HOME"/.local/bin/coder
2929
chmod +x "$HOME"/.local/bin/coder
3030
echo "$HOME/.local/bin" >> $GITHUB_PATH
3131
"$HOME"/.local/bin/coder version

0 commit comments

Comments
 (0)