From 715989c2d45de9586ad7f9b381e2f7e25ce5179d Mon Sep 17 00:00:00 2001 From: Alexander Penev Date: Mon, 27 Nov 2023 22:44:41 +0000 Subject: [PATCH] Fix ci.yaml syntax --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8715cb9bc..b6ea04400 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}/