Skip to content

Commit 6b56061

Browse files
committed
docs: try installing libc
1 parent 91065a5 commit 6b56061

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/crawl.yml

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

0 commit comments

Comments
 (0)