Skip to content

Commit b30f4b6

Browse files
committed
Explicitly define opt and llc variables for GHC 8.10.7 on MacOs ARM
1 parent 9837caf commit b30f4b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,8 @@ jobs:
358358
export CC="$HOME/.brew/opt/llvm@11/bin/clang"
359359
export CXX="$HOME/.brew/opt/llvm@11/bin/clang++"
360360
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"
361363
export RANLIB="$HOME/.brew/opt/llvm@11/bin/llvm-ranlib"
362364
else
363365
bash .github/scripts/brew.sh git coreutils autoconf automake tree

0 commit comments

Comments
 (0)