Skip to content

Commit f771c13

Browse files
test if curl installed
1 parent b1e041f commit f771c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Install Hugo
2323
run: |
24-
apt-get update && apt-get install curl
24+
# apt-get update && apt-get install curl
2525
mkdir ~/hugo
2626
curl -L https://github.com/gohugoio/hugo/releases/download/v0.150.0/hugo_0.150.0_linux-arm.tar.gz | tar -xzf - -C ~/hugo
2727
echo "~/hugo" >> $GITHUB_PATH

0 commit comments

Comments
 (0)