removing the '-release'

Using the '-release' will break the build with a 404.
This commit is contained in:
André Tietz 2019-12-03 11:27:43 +01:00 committed by GitHub
parent add30524b0
commit 90ab868175
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: hecrj/setup-rust-action@v1-release
- uses: hecrj/setup-rust-action@v1
with:
rust-version: stable
- uses: actions/checkout@v1