Skip to content

Commit

Permalink
docs: try manually installing a more recent glibc
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Jul 16, 2024
1 parent 23e72eb commit 3782e6c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/crawl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ jobs:
env:
API_KEY: ${{secrets.ALGOLIA_API_KEY}}
APPLICATION_ID: GERZE019PN
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
container: algolia/docsearch-scraper
steps:
- uses: actions/checkout@v2
- run: 'sudo apt-get install glibc'
- uses: actions/checkout@v1
- 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 3782e6c

Please sign in to comment.