Skip to content

Commit ec33703

Browse files
add ldconfig to set path to libwolfssl for test
1 parent c78b559 commit ec33703

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/threadx.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ jobs:
8181
make
8282
- name: wolfssl make install
8383
working-directory: ./wolfssl
84-
run: sudo make install
84+
run: |
85+
sudo make install
86+
sudo ldconfig
8587
8688
- uses: actions/checkout@v4
8789
with:

0 commit comments

Comments
 (0)