forked from pybind/pybind11
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump jwlawson/actions-setup-cmake from 1.14 to 2.0
Bumps [jwlawson/actions-setup-cmake](https://github.com/jwlawson/actions-setup-cmake) from 1.14 to 2.0. - [Release notes](https://github.com/jwlawson/actions-setup-cmake/releases) - [Commits](jwlawson/actions-setup-cmake@v1.14...v2.0) --- updated-dependencies: - dependency-name: jwlawson/actions-setup-cmake dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
0e2c3e5
commit 44f5cfb
Showing
3 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,7 +87,7 @@ jobs: | |
run: brew install boost | ||
|
||
- name: Update CMake | ||
uses: jwlawson/actions-setup-cmake@v1.14 | ||
uses: jwlawson/actions-setup-cmake@v2.0 | ||
|
||
- name: Cache wheels | ||
if: runner.os == 'macOS' | ||
|
@@ -214,7 +214,7 @@ jobs: | |
debug: ${{ matrix.python-debug }} | ||
|
||
- name: Update CMake | ||
uses: jwlawson/actions-setup-cmake@v1.14 | ||
uses: jwlawson/actions-setup-cmake@v2.0 | ||
|
||
- name: Valgrind cache | ||
if: matrix.valgrind | ||
|
@@ -484,7 +484,7 @@ jobs: | |
run: python3 -m pip install --upgrade pip | ||
|
||
- name: Update CMake | ||
uses: jwlawson/actions-setup-cmake@v1.14 | ||
uses: jwlawson/actions-setup-cmake@v2.0 | ||
|
||
- name: Configure | ||
shell: bash | ||
|
@@ -797,7 +797,7 @@ jobs: | |
architecture: x86 | ||
|
||
- name: Update CMake | ||
uses: jwlawson/actions-setup-cmake@v1.14 | ||
uses: jwlawson/actions-setup-cmake@v2.0 | ||
|
||
- name: Prepare MSVC | ||
uses: ilammy/[email protected] | ||
|
@@ -850,7 +850,7 @@ jobs: | |
architecture: x86 | ||
|
||
- name: Update CMake | ||
uses: jwlawson/actions-setup-cmake@v1.14 | ||
uses: jwlawson/actions-setup-cmake@v2.0 | ||
|
||
- name: Prepare MSVC | ||
uses: ilammy/[email protected] | ||
|
@@ -901,7 +901,7 @@ jobs: | |
python3 -m pip install -r tests/requirements.txt | ||
- name: Update CMake | ||
uses: jwlawson/actions-setup-cmake@v1.14 | ||
uses: jwlawson/actions-setup-cmake@v2.0 | ||
|
||
- name: Configure C++20 | ||
run: > | ||
|
@@ -1049,7 +1049,7 @@ jobs: | |
python-version: ${{ matrix.python }} | ||
|
||
- name: Update CMake | ||
uses: jwlawson/actions-setup-cmake@v1.14 | ||
uses: jwlawson/actions-setup-cmake@v2.0 | ||
|
||
- name: Install ninja-build tool | ||
uses: seanmiddleditch/gha-setup-ninja@v4 | ||
|
@@ -1119,7 +1119,7 @@ jobs: | |
run: clang++ --version | ||
|
||
- name: Update CMake | ||
uses: jwlawson/actions-setup-cmake@v1.14 | ||
uses: jwlawson/actions-setup-cmake@v2.0 | ||
|
||
- name: Run pip installs | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters