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
54430436
Unverified
Commit
54430436
authored
Apr 22, 2021
by
Henry Schreiner
Committed by
GitHub
Apr 22, 2021
Browse files
ci: install Boost for boost checks (#2968)
parent
bca4b36b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
.github/workflows/ci.yml
.github/workflows/ci.yml
+7
-3
No files found.
.github/workflows/ci.yml
View file @
54430436
...
@@ -66,9 +66,13 @@ jobs:
...
@@ -66,9 +66,13 @@ jobs:
with
:
with
:
python-version
:
${{ matrix.python }}
python-version
:
${{ matrix.python }}
-
name
:
Setup Boost (Windows / Linux latest)
-
name
:
Setup Boost (Linux)
shell
:
bash
if
:
runner.os == 'Linux'
run
:
echo "BOOST_ROOT=$BOOST_ROOT_1_72_0" >> $GITHUB_ENV
run
:
sudo apt-get install libboost-dev
-
name
:
Setup Boost (macOS)
if
:
runner.os == 'macOS'
run
:
brew install boost
-
name
:
Update CMake
-
name
:
Update CMake
uses
:
jwlawson/actions-setup-cmake@v1.8
uses
:
jwlawson/actions-setup-cmake@v1.8
...
...
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