fix if statement

This commit is contained in:
uazo 2022-01-26 08:19:13 +01:00 committed by GitHub
parent fd89c5a639
commit 38dfc316cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -358,7 +358,7 @@ jobs:
# --out_dir src/out/bromite || true # --out_dir src/out/bromite || true
- name: Generate clangd index - name: Generate clangd index
if: ${{ github.event.inputs.debug }} == "true" if: ${{ github.event.inputs.debug == 'true' }}
shell: bash shell: bash
run: | run: |
PATH=$WORKSPACE/chromium/src/third_party/llvm-build/Release+Asserts/bin:$WORKSPACE/depot_tools/:/usr/local/go/bin:$WORKSPACE/mtool/bin:$PATH PATH=$WORKSPACE/chromium/src/third_party/llvm-build/Release+Asserts/bin:$WORKSPACE/depot_tools/:/usr/local/go/bin:$WORKSPACE/mtool/bin:$PATH