1
0
Fork 0
mirror of https://github.com/sile/hls_m3u8.git synced 2024-05-23 18:58:19 +00:00

switch rustfmt to nightly

This commit is contained in:
Luro02 2019-10-03 17:05:37 +02:00
parent 5eca073a8c
commit d2d2782cb0

View file

@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: nightly
- run: rustup component add rustfmt
- uses: actions-rs/cargo@v1
with: