Skip to content

Commit eed3f44

Browse files
committed
workflow: build-env: we need older neutron clang version
Signed-off-by: JackA1ltman <cs2dtzq@163.com>
1 parent 71a9505 commit eed3f44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ runs:
493493
cd clang-custom
494494
${{ env.CURLX }} "${{ env.CLANG_SOURCE }}" antman
495495
chmod +x antman
496-
bash antman -S
496+
bash antman -S=10032024
497497
elif [[ "${{ env.CLANG_SOURCE }}" == *"android.googlesource.com"* ]]; then
498498
git clone "${{ env.CLANG_SOURCE }}" -b "${{ env.CLANG_BRANCH }}" clang-custom --depth=1
499499
SUBDIR=$(find clang-custom -maxdepth 1 -type d -name 'clang-r*' | head -n 1)

0 commit comments

Comments
 (0)