Skip to content

Commit

Permalink
Fix ci.yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-penev committed Nov 27, 2023
1 parent 197d020 commit 715989c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ jobs:
pip3 install lit # LLVM lit is not part of the llvm releases...
- name: Setup LLVM/Clang on Linux
if: {{ runner.os == 'Linux' && matrix.debug_build == false}}
if: {{ runner.os == 'Linux' && matrix.debug_build == false }}
run: |
UNIX_DISTRO=$(lsb_release -rs)
PATH_TO_LLVM_BUILD=/usr/lib/llvm-${{ matrix.clang-runtime }}/
Expand Down

0 comments on commit 715989c

Please sign in to comment.