Update rustup in release action (#2206)
## Issue Addressed NA ## Proposed Changes Ensure the arm64 binary is build with the latest version of Rust.
This commit is contained in:
parent
f819ba5414
commit
3ffee365e2
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -30,6 +30,8 @@ jobs:
|
||||
VERSION: ${{ needs.extract-version.outputs.VERSION }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Update Rust
|
||||
run: rustup update stable
|
||||
- name: Dockerhub login
|
||||
run: |
|
||||
echo "${DOCKER_PASSWORD}" | docker login --username ${DOCKER_USERNAME} --password-stdin
|
||||
|
Loading…
Reference in New Issue
Block a user