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
1 changed files with 1 additions and 1 deletions

View File

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