Skip to content

Commit b6bd18a

Browse files
committed
Make some changes 2
1 parent 9eda7b8 commit b6bd18a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1200,7 +1200,8 @@ runs:
12001200
12011201
if [ -n "${RUSTC_BIN_PATH:-}" ]; then
12021202
export PATH="${BASE_PATH}:${RUSTC_BIN_PATH}:${PATH}"
1203-
export RUSTC="rustc"
1203+
export LIBCLANG_PATH="$CLANG_BIN_PATH/../lib64"
1204+
export RUSTC="$RUSTC_BIN_PATH/rustc"
12041205
export BINDGEN="bindgen"
12051206
else
12061207
export PATH="${BASE_PATH}:${PATH}"

0 commit comments

Comments
 (0)