Skip to content

Commit d55cc92

Browse files
committed
docs: one more try to get the docsearch image working
1 parent ee21ff4 commit d55cc92

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/crawl.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ jobs:
1212
env:
1313
API_KEY: ${{secrets.ALGOLIA_API_KEY}}
1414
APPLICATION_ID: GERZE019PN
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-24.04
1616
container: algolia/docsearch-scraper
1717
steps:
18-
- run: 'sudo apt-get install -y libc6=2.28-10+deb10u4 libc-bin=2.28-10+deb10u4'
18+
- run: 'sudo apt-get update'
19+
- run: 'sudo apt-get install -y libc6 libc-bin'
1920
- uses: actions/checkout@v4
2021
- run: 'sudo apt-get install -y jq'
2122
- run: 'echo "CONFIG=$(cat docs/.algolia/config.json | jq -r tostring)" >> $GITHUB_ENV'

0 commit comments

Comments
 (0)