We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9837caf commit b30f4b6Copy full SHA for b30f4b6
.github/workflows/release.yaml
@@ -358,6 +358,8 @@ jobs:
358
export CC="$HOME/.brew/opt/llvm@11/bin/clang"
359
export CXX="$HOME/.brew/opt/llvm@11/bin/clang++"
360
export AR="$HOME/.brew/opt/llvm@11/bin/llvm-ar"
361
+ export LLC="$HOME/.brew/opt/llvm@11/bin/llc"
362
+ export OPT="$HOME/.brew/opt/llvm@11/bin/opt"
363
export RANLIB="$HOME/.brew/opt/llvm@11/bin/llvm-ranlib"
364
else
365
bash .github/scripts/brew.sh git coreutils autoconf automake tree
0 commit comments