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 5f31015 commit bd960af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -608,8 +608,8 @@ jobs:
echo "PATH_TO_LLVM_BUILD=$PATH_TO_LLVM_BUILD" >> $GITHUB_ENV
pip3 install lit # LLVM lit is not part of the llvm releases...
vers="${compiler#*-}"
if [ ! -f "$PATH_TO_LLVM_BUILD/bin/FileCheck" ]; then
ln -s /usr/bin/FileCheck-$ver $PATH_TO_LLVM_BUILD/bin/FileCheck
if [[ ! -f "$PATH_TO_LLVM_BUILD/bin/FileCheck" ]]; then
ln -s /usr/bin/FileCheck-$vers $PATH_TO_LLVM_BUILD/bin/FileCheck
fi
env:
compiler: ${{ matrix.compiler }}
Expand Down

0 comments on commit bd960af

Please sign in to comment.