We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e97a0f0 commit ce807edCopy full SHA for ce807ed
.github/workflows/index_build_tests.yml
@@ -29,8 +29,8 @@ jobs:
29
with:
30
python-version: 3.11
31
32
- - name: Get latest indexer binary.
33
- run: curl -O https://clusterfuzz-builds.storage.googleapis.com/oss-fuzz-artifacts/indexer
+ - name: Get latest indexer binary
+ run: curl -O https://clusterfuzz-builds.storage.googleapis.com/oss-fuzz-artifacts/indexer && chmod +x indexer
34
working-directory: 'infra/base-images/base-builder/indexer'
35
36
- name: Run indexer tests
0 commit comments