Skip to content

Commit

Permalink
Update build2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
x20888450 authored Dec 5, 2024
1 parent b04de04 commit 371a6dc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ jobs:
sudo cp clang/clang++ "$NDK_BIN/clang++"
sudo chmod +x "$NDK_BIN/clang" "$NDK_BIN/clang++"
- name: Verify Clang Replacement
run: |
if [ ! -f "$NDK_BIN/clang" ] || [ ! -f "$NDK_BIN/clang++" ]; then
echo "Clang 替换失败"; exit 1;
fi
clang --version
clang++ --version
- name: Build with Clang
run: |
clang++ ./examples/2/example2.cpp -o test

0 comments on commit 371a6dc

Please sign in to comment.