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
bc7cf6ef
Unverified
Commit
bc7cf6ef
authored
May 13, 2021
by
dependabot[bot]
Committed by
GitHub
May 13, 2021
Browse files
chore(deps): bump jwlawson/actions-setup-cmake from 1.8 to 1.9 (#3000)
parent
b6ec0e95
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 @
bc7cf6ef
...
@@ -75,7 +75,7 @@ jobs:
...
@@ -75,7 +75,7 @@ jobs:
run
:
brew install boost
run
:
brew install boost
-
name
:
Update CMake
-
name
:
Update CMake
uses
:
jwlawson/actions-setup-cmake@v1.
8
uses
:
jwlawson/actions-setup-cmake@v1.
9
-
name
:
Cache wheels
-
name
:
Cache wheels
if
:
runner.os == 'macOS'
if
:
runner.os == 'macOS'
...
@@ -193,7 +193,7 @@ jobs:
...
@@ -193,7 +193,7 @@ jobs:
debug
:
${{ matrix.python-debug }}
debug
:
${{ matrix.python-debug }}
-
name
:
Update CMake
-
name
:
Update CMake
uses
:
jwlawson/actions-setup-cmake@v1.
8
uses
:
jwlawson/actions-setup-cmake@v1.
9
-
name
:
Valgrind cache
-
name
:
Valgrind cache
if
:
matrix.valgrind
if
:
matrix.valgrind
...
@@ -445,7 +445,7 @@ jobs:
...
@@ -445,7 +445,7 @@ jobs:
run
:
python3 -m pip install --upgrade pip
run
:
python3 -m pip install --upgrade pip
-
name
:
Update CMake
-
name
:
Update CMake
uses
:
jwlawson/actions-setup-cmake@v1.
8
uses
:
jwlawson/actions-setup-cmake@v1.
9
-
name
:
Configure
-
name
:
Configure
shell
:
bash
shell
:
bash
...
@@ -727,7 +727,7 @@ jobs:
...
@@ -727,7 +727,7 @@ jobs:
architecture
:
x86
architecture
:
x86
-
name
:
Update CMake
-
name
:
Update CMake
uses
:
jwlawson/actions-setup-cmake@v1.
8
uses
:
jwlawson/actions-setup-cmake@v1.
9
-
name
:
Prepare MSVC
-
name
:
Prepare MSVC
uses
:
ilammy/msvc-dev-cmd@v1
uses
:
ilammy/msvc-dev-cmd@v1
...
@@ -773,7 +773,7 @@ jobs:
...
@@ -773,7 +773,7 @@ jobs:
python-version
:
${{ matrix.python }}
python-version
:
${{ matrix.python }}
-
name
:
Update CMake
-
name
:
Update CMake
uses
:
jwlawson/actions-setup-cmake@v1.
8
uses
:
jwlawson/actions-setup-cmake@v1.
9
-
name
:
Prepare MSVC
-
name
:
Prepare MSVC
uses
:
ilammy/msvc-dev-cmd@v1
uses
:
ilammy/msvc-dev-cmd@v1
...
@@ -827,7 +827,7 @@ jobs:
...
@@ -827,7 +827,7 @@ jobs:
python-version
:
${{ matrix.python }}
python-version
:
${{ matrix.python }}
-
name
:
Update CMake
-
name
:
Update CMake
uses
:
jwlawson/actions-setup-cmake@v1.
8
uses
:
jwlawson/actions-setup-cmake@v1.
9
-
name
:
Prepare env
-
name
:
Prepare env
run
:
python -m pip install -r tests/requirements.txt --prefer-binary
run
:
python -m pip install -r tests/requirements.txt --prefer-binary
...
...
.github/workflows/configure.yml
View file @
bc7cf6ef
...
@@ -55,7 +55,7 @@ jobs:
...
@@ -55,7 +55,7 @@ jobs:
# An action for adding a specific version of CMake:
# An action for adding a specific version of CMake:
# https://github.com/jwlawson/actions-setup-cmake
# https://github.com/jwlawson/actions-setup-cmake
-
name
:
Setup CMake ${{ matrix.cmake }}
-
name
:
Setup CMake ${{ matrix.cmake }}
uses
:
jwlawson/actions-setup-cmake@v1.
8
uses
:
jwlawson/actions-setup-cmake@v1.
9
with
:
with
:
cmake-version
:
${{ matrix.cmake }}
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