mirror of
https://github.com/sile/hls_m3u8.git
synced 2024-11-10 17:31:02 +00:00
fix build
This commit is contained in:
parent
cdd2e8ff66
commit
2b24cf32d3
1 changed files with 0 additions and 1 deletions
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
|
@ -100,7 +100,6 @@ jobs:
|
|||
'RUSTFLAGS': '-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zno-landing-pads'
|
||||
- uses: actions-rs/grcov@v0.1
|
||||
- name: Coveralls upload
|
||||
uses: actions/checkout@master
|
||||
uses: codecov/codecov-action@v1.0.2
|
||||
with:
|
||||
token: ${{secrets.CODECOV_TOKEN}}
|
||||
|
|
Loading…
Reference in a new issue