removed more toolchain actions

This commit is contained in:
epi
2022-04-14 06:18:00 -05:00
parent af49fd8e62
commit 9f6221daf6

View File

@@ -7,10 +7,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
- uses: actions-rs/cargo@v1
with:
command: clean