|
|
@@ -149,6 +149,7 @@ jobs:
|
|
|
env:
|
|
|
CC: cl.exe
|
|
|
CXX: cl.exe
|
|
|
+ BOOST_ROOT: ${{ env.BOOST_ROOT_1_69_0 }}
|
|
|
strategy:
|
|
|
fail-fast: false
|
|
|
matrix:
|
|
|
@@ -166,6 +167,10 @@ jobs:
|
|
|
fetch-depth: 10
|
|
|
- uses: seanmiddleditch/gha-setup-ninja@master
|
|
|
|
|
|
+ - name: Set env
|
|
|
+ run: |
|
|
|
+ echo "::set-env name=BOOST_ROOT::$env:BOOST_ROOT_1_69_0"
|
|
|
+
|
|
|
# We run configure + build in the same step, since they both need to call VsDevCmd
|
|
|
# Also, cmd uses ^ to break commands into multiple lines (in powershell this is `)
|
|
|
- name: Configure and build
|