github: Fix CI workflow.

This commit is contained in:
parazyd
2021-12-19 21:45:08 +01:00
parent 7291c26116
commit ecb4584513

View File

@@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
uses: actions-rs/toolchain@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true