We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8728bc9 commit 93e6e23Copy full SHA for 93e6e23
Tools/export.sh
@@ -53,6 +53,6 @@ export PICO_TOOLCHAIN_PATH=${PICO_TOOLCHAIN_PATH:=$SMING_TOOLCHAINS/rp2040}
53
54
# Provide non-apple CLANG (e.g. for rbpf library)
55
if [ -n "$GITHUB_ACTIONS" ] && [ "$(uname)" = "Darwin" ]; then
56
-CLANG="$(brew --prefix llvm@15)/bin/clang"
+CLANG="$(brew --prefix llvm@18)/bin/clang"
57
export CLANG
58
fi
0 commit comments