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
cba4a985
"scripts/vscode:/vscode.git/clone" did not exist on "e68ec18ce224af879f22d904c7505a765fb77de3"
Unverified
Commit
cba4a985
authored
Aug 14, 2020
by
Henry Schreiner
Committed by
GitHub
Aug 14, 2020
Browse files
ci: include Boost (#2393)
parent
fb042d69
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
.github/workflows/ci.yml
.github/workflows/ci.yml
+9
-1
No files found.
.github/workflows/ci.yml
View file @
cba4a985
...
...
@@ -80,8 +80,16 @@ jobs:
python-version
:
${{ matrix.python }}
architecture
:
${{ matrix.arch }}
-
name
:
Setup Boost
if
:
runner.os != 'macOS'
run
:
echo "::set-env name=BOOST_ROOT::$BOOST_ROOT_1_72_0"
-
name
:
Setup Boost (macOS)
if
:
runner.os == 'macOS'
run
:
brew install boost
-
name
:
Cache wheels
if
:
startsWith(
runner.os
,
'macOS'
)
if
:
runner.os
==
'macOS'
uses
:
actions/cache@v2
with
:
# This path is specific to macOS - we really only need it for PyPy NumPy wheels
...
...
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