Skip to content

Commit bdf51f5

Browse files
authored
cmake version workaround for pkg build (#238)
1 parent 1e2752b commit bdf51f5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tests+pypi.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ jobs:
5757
echo CMAKE_GENERATOR="Ninja" >> $GITHUB_ENV
5858
echo TEMP="D:/a/_temp/" >> $GITHUB_ENV
5959
60+
- uses: jwlawson/[email protected]
61+
with:
62+
cmake-version: '3.26.x'
63+
6064
- uses: actions/checkout@v2
6165
with:
6266
submodules: recursive
@@ -68,7 +72,7 @@ jobs:
6872

6973
- run: python -m pip install --upgrade pip==22.1.2
7074
- run: pip install build wheel
71-
75+
- run: cmake --version
7276
- run: |
7377
unset CI
7478
python -m build 2>&1 | tee build.log

0 commit comments

Comments
 (0)