File tree 2 files changed +4
-21
lines changed
2 files changed +4
-21
lines changed Original file line number Diff line number Diff line change 6
6
strategy :
7
7
matrix :
8
8
os : [ubuntu-latest, windows-latest, macos-latest]
9
+ env :
10
+ BOOST_ROOT : ${{github.workspace}}/boost_1_72_0
9
11
steps :
10
12
- uses : actions/checkout@v2
11
13
with :
12
14
submodules : recursive
13
15
- name : Install Boost
14
- if : ${{ matrix.os != 'windows-latest' }}
15
- run : curl -L https://dl.bintray.com/boostorg/release/1.72.0/source/boost_1_72_0.tar.gz | tar zx && echo "BOOST_ROOT=$PWD/boost_1_72_0" > $GITHUB_ENV
16
- - name : Set Boost Environment
17
- if : ${{ matrix.os == 'windows-latest' }}
18
- run : echo ("BOOST_ROOT=" + $env:BOOST_ROOT_1_72_0) >> $env:GITHUB_ENV
16
+ run : curl -L https://dl.bintray.com/boostorg/release/1.72.0/source/boost_1_72_0.tar.gz | tar zx
17
+ shell : bash
19
18
- name : configure
20
19
run : cmake -Bbuild -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON
21
20
- name : build
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments