Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
7b7ec664
Unverified
Commit
7b7ec664
authored
Jan 13, 2021
by
Yannick Jadoul
Committed by
GitHub
Jan 13, 2021
Browse files
ci: pin CMake to 3.19.2, fixes issues with 3.19.3 on Linux (aarch64) and macOS (universal) (#2790)
parent
98f1bbb8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
.github/workflows/ci.yml
.github/workflows/ci.yml
+8
-0
No files found.
.github/workflows/ci.yml
View file @
7b7ec664
...
@@ -72,6 +72,8 @@ jobs:
...
@@ -72,6 +72,8 @@ jobs:
-
name
:
Update CMake
-
name
:
Update CMake
uses
:
jwlawson/actions-setup-cmake@v1.5
uses
:
jwlawson/actions-setup-cmake@v1.5
with
:
cmake-version
:
3.19.2
-
name
:
Cache wheels
-
name
:
Cache wheels
if
:
runner.os == 'macOS'
if
:
runner.os == 'macOS'
...
@@ -550,6 +552,8 @@ jobs:
...
@@ -550,6 +552,8 @@ jobs:
-
name
:
Update CMake
-
name
:
Update CMake
uses
:
jwlawson/actions-setup-cmake@v1.5
uses
:
jwlawson/actions-setup-cmake@v1.5
with
:
cmake-version
:
3.19.2
-
name
:
Prepare MSVC
-
name
:
Prepare MSVC
uses
:
ilammy/msvc-dev-cmd@v1
uses
:
ilammy/msvc-dev-cmd@v1
...
@@ -596,6 +600,8 @@ jobs:
...
@@ -596,6 +600,8 @@ jobs:
-
name
:
Update CMake
-
name
:
Update CMake
uses
:
jwlawson/actions-setup-cmake@v1.5
uses
:
jwlawson/actions-setup-cmake@v1.5
with
:
cmake-version
:
3.19.2
-
name
:
Prepare MSVC
-
name
:
Prepare MSVC
uses
:
ilammy/msvc-dev-cmd@v1
uses
:
ilammy/msvc-dev-cmd@v1
...
@@ -650,6 +656,8 @@ jobs:
...
@@ -650,6 +656,8 @@ jobs:
-
name
:
Update CMake
-
name
:
Update CMake
uses
:
jwlawson/actions-setup-cmake@v1.5
uses
:
jwlawson/actions-setup-cmake@v1.5
with
:
cmake-version
:
3.19.2
-
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
...
...
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