This commit is contained in:
epi
2022-04-14 06:44:51 -05:00
parent 3c6da0f782
commit fffd1e5c82

View File

@@ -7,6 +7,10 @@ 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