From 62da29e3c2e18ffa1ac03e17b997d4892f056f1e Mon Sep 17 00:00:00 2001 From: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com> Date: Mon, 23 Nov 2020 13:12:34 +0100 Subject: [PATCH] Try building docs on macOS --- .github/workflows/deploy_docs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 54fd0cf79a..cf3c5dd9fd 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -5,11 +5,10 @@ on: - main jobs: build: - runs-on: ubuntu-latest + runs-on: macos-latest steps: - uses: actions/checkout@v2 - run: rustup component add rustfmt clippy rust-src rustc-dev llvm-tools-preview - - run: sudo apt install libwayland-cursor0 libxkbcommon-dev libwayland-dev - run: brew install mdbook spirv-tools - run: mkdir docs-build/ - run: $(cd docs && mdbook build -d ../docs-build/book)