Skip to content

Commit e8dde7f

Browse files
install amd64:
1 parent 6a28338 commit e8dde7f

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
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
# apt-get update && apt-get install curl
2525
mkdir ~/hugo
26-
curl -L https://github.com/gohugoio/hugo/releases/download/v0.150.0/hugo_0.150.0_linux-arm.tar.gz | tar -xzf - -C ~/hugo
26+
curl -L https://github.com/gohugoio/hugo/releases/download/v0.150.0/hugo_0.150.0_linux-amd64.tar.gz | tar -xzf - -C ~/hugo
2727
echo "~/hugo" >> $GITHUB_PATH
2828
~/hugo/hugo --version
2929

0 commit comments

Comments
 (0)