drop unneeded CI steps

This commit is contained in:
Zhang Jingqiang 2024-03-14 14:16:30 +08:00
parent 8c795e035e
commit ebb3b80c7f
2 changed files with 0 additions and 8 deletions

View file

@ -99,10 +99,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install capnproto libc-ares-dev libssl-dev liblua5.4-dev
- name: Prepare BoringSSL incorporating code
run: |
sh scripts/generate/boringssl/incorporate.sh
if: matrix.feature == 'vendored-boringssl'
- name: Cargo build
run: cargo build --no-default-features --features ${{ matrix.feature }} -p ${{ matrix.component }}
- name: Cargo clippy