Skip to content

Commit 9147224

Browse files
committed
docs: fix typo
1 parent 2dec06c commit 9147224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/crawl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
container: algolia/docsearch-scraper
1717
steps:
18-
- run: 'sudo apt-get -y libc6=2.28-10+deb10u4 libc-bin=2.28-10+deb10u4'
18+
- run: 'sudo apt-get install -y libc6=2.28-10+deb10u4 libc-bin=2.28-10+deb10u4'
1919
- uses: actions/checkout@v4
2020
- run: 'sudo apt-get install -y jq'
2121
- run: 'echo "CONFIG=$(cat docs/.algolia/config.json | jq -r tostring)" >> $GITHUB_ENV'

0 commit comments

Comments
 (0)