Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
59f8d7f1
Unverified
Commit
59f8d7f1
authored
Feb 17, 2021
by
dependabot[bot]
Committed by
GitHub
Feb 17, 2021
Browse files
chore(deps): bump jwlawson/actions-setup-cmake from v1.7 to v1.8 (#2865)
parent
417067ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
.github/workflows/ci.yml
.github/workflows/ci.yml
+6
-6
.github/workflows/configure.yml
.github/workflows/configure.yml
+1
-1
No files found.
.github/workflows/ci.yml
View file @
59f8d7f1
...
...
@@ -71,7 +71,7 @@ jobs:
run
:
echo "BOOST_ROOT=$BOOST_ROOT_1_72_0" >> $GITHUB_ENV
-
name
:
Update CMake
uses
:
jwlawson/actions-setup-cmake@v1.
7
uses
:
jwlawson/actions-setup-cmake@v1.
8
-
name
:
Cache wheels
if
:
runner.os == 'macOS'
...
...
@@ -189,7 +189,7 @@ jobs:
debug
:
${{ matrix.python-debug }}
-
name
:
Update CMake
uses
:
jwlawson/actions-setup-cmake@v1.
7
uses
:
jwlawson/actions-setup-cmake@v1.
8
-
name
:
Valgrind cache
if
:
matrix.valgrind
...
...
@@ -441,7 +441,7 @@ jobs:
run
:
python3 -m pip install --upgrade pip
-
name
:
Update CMake
uses
:
jwlawson/actions-setup-cmake@v1.
7
uses
:
jwlawson/actions-setup-cmake@v1.
8
-
name
:
Configure
shell
:
bash
...
...
@@ -723,7 +723,7 @@ jobs:
architecture
:
x86
-
name
:
Update CMake
uses
:
jwlawson/actions-setup-cmake@v1.
7
uses
:
jwlawson/actions-setup-cmake@v1.
8
-
name
:
Prepare MSVC
uses
:
ilammy/msvc-dev-cmd@v1
...
...
@@ -769,7 +769,7 @@ jobs:
python-version
:
${{ matrix.python }}
-
name
:
Update CMake
uses
:
jwlawson/actions-setup-cmake@v1.
7
uses
:
jwlawson/actions-setup-cmake@v1.
8
-
name
:
Prepare MSVC
uses
:
ilammy/msvc-dev-cmd@v1
...
...
@@ -823,7 +823,7 @@ jobs:
python-version
:
${{ matrix.python }}
-
name
:
Update CMake
uses
:
jwlawson/actions-setup-cmake@v1.
7
uses
:
jwlawson/actions-setup-cmake@v1.
8
-
name
:
Prepare env
run
:
python -m pip install -r tests/requirements.txt --prefer-binary
...
...
.github/workflows/configure.yml
View file @
59f8d7f1
...
...
@@ -55,7 +55,7 @@ jobs:
# An action for adding a specific version of CMake:
# https://github.com/jwlawson/actions-setup-cmake
-
name
:
Setup CMake ${{ matrix.cmake }}
uses
:
jwlawson/actions-setup-cmake@v1.
7
uses
:
jwlawson/actions-setup-cmake@v1.
8
with
:
cmake-version
:
${{ matrix.cmake }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment