We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3888fbe commit 62da29eCopy full SHA for 62da29e
.github/workflows/deploy_docs.yml
@@ -5,11 +5,10 @@ on:
5
- main
6
jobs:
7
build:
8
- runs-on: ubuntu-latest
+ runs-on: macos-latest
9
steps:
10
- uses: actions/checkout@v2
11
- run: rustup component add rustfmt clippy rust-src rustc-dev llvm-tools-preview
12
- - run: sudo apt install libwayland-cursor0 libxkbcommon-dev libwayland-dev
13
- run: brew install mdbook spirv-tools
14
- run: mkdir docs-build/
15
- run: $(cd docs && mdbook build -d ../docs-build/book)
0 commit comments