Skip to content

Commit

Permalink
Fix ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-penev committed Nov 28, 2023
1 parent 58a8f58 commit 5f31015
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,8 @@ jobs:
if [ ! -f "$PATH_TO_LLVM_BUILD/bin/FileCheck" ]; then
ln -s /usr/bin/FileCheck-$ver $PATH_TO_LLVM_BUILD/bin/FileCheck
fi
env:
compiler: ${{ matrix.compiler }}

- name: Setup LLVM/Clang on Linux
if: ${{ (runner.os == 'Linux') && (matrix.debug_build != true) }}
Expand Down

0 comments on commit 5f31015

Please sign in to comment.