Skip to content

Commit 57e6d5d

Browse files
committed
set librarydir
1 parent 3268789 commit 57e6d5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
run: mkdir builds
8989

9090
- name: list stuff
91-
run: ls ./boost/boost
91+
run: ls ./boost/boost/lib
9292
#run: ls ${{ steps.install-boost.outuputs.BOOST_ROOT }}
9393

9494
- name: Build
@@ -99,6 +99,7 @@ jobs:
9999
env:
100100
BOOST_ROOT: ${{ steps.install-boost.outputs.BOOST_ROOT }}
101101
BOOST_INCLUDEDIR: ${{ steps.install-boost.outputs.BOOST_ROOT }}
102+
BOOST_LIBRARYDIR: ${{ steps.install-boost.outputs.BOOST_ROOT }}/lib
102103

103104
- name: Copy
104105
run: |

0 commit comments

Comments
 (0)