1
0
Fork 0
mirror of https://github.com/sile/hls_m3u8.git synced 2024-06-17 20:30:33 +00:00
This commit is contained in:
Luro02 2019-09-28 16:45:57 +02:00
parent ec4ce81e3e
commit 3263e27935

View file

@ -9,6 +9,8 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: rustup component add rustfmt
- uses: actions-rs/cargo@v1
with:
@ -20,6 +22,8 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: rustup component add clippy
- uses: actions-rs/cargo@v1
with: