Fix github actions build

This commit is contained in:
Aditya Kulkarni 2020-04-04 08:48:31 -07:00
parent 9631b643b1
commit da15a222c9

View File

@ -16,6 +16,7 @@ jobs:
with: with:
toolchain: 1.41.0 toolchain: 1.41.0
override: true override: true
components: rustfmt, clippy
- name: cargo fetch - name: cargo fetch
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
with: with: