1
0
Fork 0
mirror of https://github.com/sile/hls_m3u8.git synced 2024-05-04 01:28:59 +00:00

fix ci by running rustfmt on nightly

This commit is contained in:
Lucas 2021-10-01 13:39:17 +02:00
parent f7eaeea281
commit ddb618f0d9

View file

@ -41,7 +41,8 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
# rustfmt uses unstable features
toolchain: nightly
override: true
- run: rustup component add rustfmt
- uses: Swatinem/rust-cache@v1