Skip to content

Commit 3268789

Browse files
committed
try list better
1 parent 1d1ad1e commit 3268789

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,8 @@ jobs:
8888
run: mkdir builds
8989

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

9394
- name: Build
9495
run: |

0 commit comments

Comments
 (0)