.github: doc-build: build with west 1.2
This is just released and we want the docstrings from there. Signed-off-by: Martí Bolívar <mbolivar@amperecomputing.com>
This commit is contained in:
parent
fa054bf9da
commit
e2b2dde1c8
2
.github/workflows/doc-build.yml
vendored
2
.github/workflows/doc-build.yml
vendored
|
@ -26,7 +26,7 @@ on:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# NOTE: west docstrings will be extracted from the version listed here
|
# NOTE: west docstrings will be extracted from the version listed here
|
||||||
WEST_VERSION: 1.0.0
|
WEST_VERSION: 1.2.0
|
||||||
# The latest CMake available directly with apt is 3.18, but we need >=3.20
|
# The latest CMake available directly with apt is 3.18, but we need >=3.20
|
||||||
# so we fetch that through pip.
|
# so we fetch that through pip.
|
||||||
CMAKE_VERSION: 3.20.5
|
CMAKE_VERSION: 3.20.5
|
||||||
|
|
Loading…
Reference in a new issue