Browse Source

Fix github actions build

master
Aditya Kulkarni 5 years ago
parent
commit
da15a222c9
  1. 1
      .github/workflows/rust.yml

1
.github/workflows/rust.yml

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

Loading…
Cancel
Save