Skip to content

Commit 62da29e

Browse files
authored
Try building docs on macOS
1 parent 3888fbe commit 62da29e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy_docs.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ on:
55
- main
66
jobs:
77
build:
8-
runs-on: ubuntu-latest
8+
runs-on: macos-latest
99
steps:
1010
- uses: actions/checkout@v2
1111
- run: rustup component add rustfmt clippy rust-src rustc-dev llvm-tools-preview
12-
- run: sudo apt install libwayland-cursor0 libxkbcommon-dev libwayland-dev
1312
- run: brew install mdbook spirv-tools
1413
- run: mkdir docs-build/
1514
- run: $(cd docs && mdbook build -d ../docs-build/book)

0 commit comments

Comments
 (0)