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
5a3ff723
Unverified
Commit
5a3ff723
authored
Aug 14, 2020
by
Eric Cousineau
Committed by
GitHub
Aug 14, 2020
Browse files
ci: Remove "Setup Boost (macOS)" step (#2395)
parent
ebdd0d36
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
.github/workflows/ci.yml
.github/workflows/ci.yml
+0
-4
No files found.
.github/workflows/ci.yml
View file @
5a3ff723
...
@@ -84,10 +84,6 @@ jobs:
...
@@ -84,10 +84,6 @@ jobs:
if
:
runner.os != 'macOS'
if
:
runner.os != 'macOS'
run
:
echo "::set-env name=BOOST_ROOT::$BOOST_ROOT_1_72_0"
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
-
name
:
Cache wheels
if
:
runner.os == 'macOS'
if
:
runner.os == 'macOS'
uses
:
actions/cache@v2
uses
:
actions/cache@v2
...
...
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