Skip to content

Commit 1df10f0

Browse files
authored
Merge branch 'master' into use_hid_raw
2 parents 715994b + 8c9cbf6 commit 1df10f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/builds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ jobs:
485485
cmake \
486486
-B build/shared_test \
487487
-S hidapisrc/hidtest \
488-
-Dhidapi_ROOT=install/shared-cmake \
488+
-Dhidapi_ROOT=$(pwd)/install/shared-cmake \
489489
-DCMAKE_INSTALL_PREFIX=install/shared_test \
490490
"-DCMAKE_C_FLAGS=${GNU_COMPILE_FLAGS}"
491491
cd build/shared_test
@@ -495,7 +495,7 @@ jobs:
495495
cmake \
496496
-B build/static_test \
497497
-S hidapisrc/hidtest \
498-
-Dhidapi_ROOT=install/static-cmake \
498+
-Dhidapi_ROOT=$(pwd)/install/static-cmake \
499499
-DCMAKE_INSTALL_PREFIX=install/static_test \
500500
"-DCMAKE_C_FLAGS=${GNU_COMPILE_FLAGS}"
501501
cd build/static_test

0 commit comments

Comments
 (0)