Skip to content

Commit 0b93831

Browse files
authored
Merge pull request #100 from sorru94/remove-cmake-version
Remove version of cmake in CI
2 parents ac87d0a + 677e693 commit 0b93831

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/doc-build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ on:
3636
- 'edgehog-zephyr-device/samples/edgehog_app/README.md'
3737

3838
env:
39-
# The latest CMake available directly with apt is 3.18, but we need >=3.20
40-
# so we fetch that through pip.
41-
CMAKE_VERSION: 3.20.5
4239
DOXYGEN_VERSION: 1.12.0
4340

4441
jobs:
@@ -76,7 +73,7 @@ jobs:
7673

7774
- name: Install python packages
7875
run: |
79-
pip install cmake==${CMAKE_VERSION}
76+
pip install cmake
8077
pip install coverxygen
8178
8279
- name: Checkout Astarte SDK individually

0 commit comments

Comments
 (0)