Skip to content

Commit 1d1ad1e

Browse files
committed
set boost includedir, try to find librarydir
1 parent 46dad50 commit 1d1ad1e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,17 @@ jobs:
8787
- name: Setup build directory
8888
run: mkdir builds
8989

90+
- name: list stuff
91+
run: ls ${{ steps.install-boost.outuputs.BOOST_ROOT }}
92+
9093
- name: Build
9194
run: |
9295
mkdir build
9396
cmake -S . -B build -G Ninja
9497
cmake --build build --target all install -- -v
9598
env:
9699
BOOST_ROOT: ${{ steps.install-boost.outputs.BOOST_ROOT }}
100+
BOOST_INCLUDEDIR: ${{ steps.install-boost.outputs.BOOST_ROOT }}
97101

98102
- name: Copy
99103
run: |

0 commit comments

Comments
 (0)