mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 03:27:05 +00:00
8 lines
163 B
Bash
8 lines
163 B
Bash
#!/bin/bash -e -o pipefail
|
|
source ~/utils/utils.sh
|
|
|
|
llvmVersion=$(get_toolset_value '.llvm.version')
|
|
|
|
brew_smart_install "llvm@${llvmVersion}"
|
|
|
|
invoke_tests "LLVM" |