Skip to content

Commit 46dad50

Browse files
committed
set boost root
1 parent 96652c8 commit 46dad50

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: conda-incubator/setup-miniconda/@v3
6969
with:
7070
miniconda-version: "latest"
71-
71+
7272
- name: Install xtensor
7373
shell: powershell
7474
run: conda install -c conda-forge xtensor
@@ -92,6 +92,8 @@ jobs:
9292
mkdir build
9393
cmake -S . -B build -G Ninja
9494
cmake --build build --target all install -- -v
95+
env:
96+
BOOST_ROOT: ${{ steps.install-boost.outputs.BOOST_ROOT }}
9597

9698
- name: Copy
9799
run: |

0 commit comments

Comments
 (0)