Skip to content

Commit da4f81b

Browse files
committed
Make some changes 3
1 parent b6bd18a commit da4f81b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1200,7 +1200,7 @@ runs:
12001200
12011201
if [ -n "${RUSTC_BIN_PATH:-}" ]; then
12021202
export PATH="${BASE_PATH}:${RUSTC_BIN_PATH}:${PATH}"
1203-
export LIBCLANG_PATH="$CLANG_BIN_PATH/../lib64"
1203+
export LIBCLANG_PATH="$CLANG_BIN_PATH/../lib"
12041204
export RUSTC="$RUSTC_BIN_PATH/rustc"
12051205
export BINDGEN="bindgen"
12061206
else

0 commit comments

Comments
 (0)