We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c659696 commit af83de3Copy full SHA for af83de3
action.yaml
@@ -25,7 +25,7 @@ runs:
25
ARCH="amd64"
26
fi
27
mkdir -p "$HOME"/.local/bin
28
- curl -fsSL "$CODER_URL"/bin/coder-linux-${ARCH} -o "$HOME"/.local/bin/coder
+ curl -fsSL --compressed "$CODER_URL"/bin/coder-linux-${ARCH} -o "$HOME"/.local/bin/coder
29
chmod +x "$HOME"/.local/bin/coder
30
echo "$HOME/.local/bin" >> $GITHUB_PATH
31
"$HOME"/.local/bin/coder version
0 commit comments