mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-25 08:14:12 +00:00
Don't update rustup in deploy_docs.yaml, GHA already has the right version.
This commit is contained in:
parent
ca8b389b6a
commit
2d7541cde4
2
.github/workflows/deploy_docs.yml
vendored
2
.github/workflows/deploy_docs.yml
vendored
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user