Skip to content

Commit f58229c

Browse files
committed
debug
1 parent 2389ebc commit f58229c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/builds.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,13 @@ jobs:
5656
echo "------------- --------------------- ----------------------- ----------------------"
5757
echo "------------- --------------------- ----------------------- ----------------------"
5858
cat install/shared-cmake/lib/cmake/hidapi/hidapi-config-version.cmake
59+
echo "------------- --------------------- ----------------------- ----------------------"
60+
echo "------------- --------------------- ----------------------- ----------------------"
61+
echo "------------- --------------------- ----------------------- ----------------------"
5962
cmake \
6063
-B build/shared_test \
6164
-S hidapisrc/hidtest \
62-
-DCMAKE_PREFIX_PATH=install/shared-cmake \
65+
-DCMAKE_PREFIX_PATH=$(pwd)/install/shared-cmake \
6366
-DCMAKE_INSTALL_PREFIX=install/shared_test \
6467
"-DCMAKE_C_FLAGS=${GNU_COMPILE_FLAGS}"
6568
cd build/shared_test

0 commit comments

Comments
 (0)