Skip to content

Commit d5af536

Browse files
authored
ci: update cmake action (#2734)
1 parent 79cb013 commit d5af536

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,7 @@ jobs:
7171
run: echo "BOOST_ROOT=$BOOST_ROOT_1_72_0" >> $GITHUB_ENV
7272

7373
- name: Update CMake
74-
uses: jwlawson/[email protected]
75-
with:
76-
cmake-version: 3.19.1
74+
uses: jwlawson/[email protected]
7775

7876
- name: Cache wheels
7977
if: runner.os == 'macOS'
@@ -364,7 +362,7 @@ jobs:
364362
run: python3 -m pip install --upgrade pip
365363

366364
- name: Setup CMake 3.18
367-
uses: jwlawson/actions-setup-cmake@v1.4
365+
uses: jwlawson/actions-setup-cmake@v1.5
368366
with:
369367
cmake-version: 3.18
370368

@@ -551,9 +549,7 @@ jobs:
551549
architecture: x86
552550

553551
- name: Update CMake
554-
uses: jwlawson/[email protected]
555-
with:
556-
cmake-version: 3.19.1
552+
uses: jwlawson/[email protected]
557553

558554
- name: Prepare MSVC
559555
uses: ilammy/msvc-dev-cmd@v1
@@ -599,9 +595,7 @@ jobs:
599595
python-version: ${{ matrix.python }}
600596

601597
- name: Update CMake
602-
uses: jwlawson/[email protected]
603-
with:
604-
cmake-version: 3.19.1
598+
uses: jwlawson/[email protected]
605599

606600
- name: Prepare MSVC
607601
uses: ilammy/msvc-dev-cmd@v1
@@ -655,9 +649,7 @@ jobs:
655649
python-version: ${{ matrix.python }}
656650

657651
- name: Update CMake
658-
uses: jwlawson/[email protected]
659-
with:
660-
cmake-version: 3.19.1
652+
uses: jwlawson/[email protected]
661653

662654
- name: Prepare env
663655
run: python -m pip install -r tests/requirements.txt --prefer-binary

.github/workflows/configure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# An action for adding a specific version of CMake:
5656
# https://github.com/jwlawson/actions-setup-cmake
5757
- name: Setup CMake ${{ matrix.cmake }}
58-
uses: jwlawson/actions-setup-cmake@v1.4
58+
uses: jwlawson/actions-setup-cmake@v1.5
5959
with:
6060
cmake-version: ${{ matrix.cmake }}
6161

0 commit comments

Comments
 (0)