Skip to content

Commit

Permalink
Skip CLANG and LLVM_LINK version display if not set in github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kquick committed Jan 26, 2021
1 parent e8a7703 commit e6d0a90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ build() {
test() {
# System-agnostic path
export PATH="$PATH:/usr/local/opt/llvm/bin:/c/Program Files/LLVM/bin"
$CLANG --version
$LLVM_LINK --version
${CLANG:-:} --version
${LLVM_LINK:-:} --version
cabal v2-test "$@"
}

Expand Down

0 comments on commit e6d0a90

Please sign in to comment.