Don't update rustup in deploy_docs.yaml, GHA already has the right version.

This commit is contained in:
Eduard-Mihai Burtescu 2020-12-09 15:51:24 +00:00
parent ca8b389b6a
commit 2d7541cde4

View File

@ -8,8 +8,6 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- run: sh <(curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs) -y
shell: bash
- run: brew install mdbook spirv-tools
- run: mkdir docs-build/
- run: $(cd docs && mdbook build -d ../docs-build/book)