Skip to content

Commit fd460fd

Browse files
add curl install
1 parent 64aea44 commit fd460fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
uses: mongodb-labs/drivers-github-tools/node/setup@v2
2525
- name: Install Hugo
2626
run: |
27+
apt-get update && apt-get install curl
2728
mkdir ~/hugo
2829
curl -L https://github.com/gohugoio/hugo/releases/download/v0.150.0/hugo_0.150.0_linux-arm.tar.gz | tar -xzf - -C ~/hugo
2930
echo "$PATH:~/hugo" >> $GITHUB_PATH

0 commit comments

Comments
 (0)