Skip to content

Commit

Permalink
docs: try installing libc
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Jul 16, 2024
1 parent 91065a5 commit 6b56061
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/crawl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
runs-on: ubuntu-latest
container: algolia/docsearch-scraper
steps:
- uses: actions/checkout@v2
- run: 'sudo apt-get -y libc6=2.28-10+deb10u4 libc-bin=2.28-10+deb10u4'
- uses: actions/checkout@v4
- run: 'sudo apt-get install -y jq'
- run: 'echo "CONFIG=$(cat docs/.algolia/config.json | jq -r tostring)" >> $GITHUB_ENV'
- run: "cd /root && pipenv install"
Expand Down

0 comments on commit 6b56061

Please sign in to comment.