From 2d7541cde48aee5fbd21eb50e8b9b1a45a1af822 Mon Sep 17 00:00:00 2001 From: Eduard-Mihai Burtescu Date: Wed, 9 Dec 2020 15:51:24 +0000 Subject: [PATCH] Don't update rustup in deploy_docs.yaml, GHA already has the right version. --- .github/workflows/deploy_docs.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 03886613df..6cbb777b46 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -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)