Update main.yml

This commit is contained in:
blueloveTH 2025-03-04 22:18:42 +08:00
parent 0ba04d18d7
commit 2fdf09f652

View File

@ -58,8 +58,6 @@ jobs:
with: with:
version: 15 version: 15
platform: x64 platform: x64
- name: Install dependencies
run: sudo apt-get install -y libclang-rt-15-dev
- name: Unit Test with Coverage - name: Unit Test with Coverage
run: bash run_tests.sh run: bash run_tests.sh
- name: Upload coverage reports to Codecov - name: Upload coverage reports to Codecov