This commit is contained in:
blueloveTH 2023-07-18 23:21:23 +08:00
parent 7f289c4201
commit 1490e9db73

View File

@ -43,6 +43,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: .coverage
if: github.ref == 'refs/heads/main'
- name: Compile
run: |
export CXX=clang++