We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 715994b + 8c9cbf6 commit 1df10f0Copy full SHA for 1df10f0
.github/workflows/builds.yml
@@ -485,7 +485,7 @@ jobs:
485
cmake \
486
-B build/shared_test \
487
-S hidapisrc/hidtest \
488
- -Dhidapi_ROOT=install/shared-cmake \
+ -Dhidapi_ROOT=$(pwd)/install/shared-cmake \
489
-DCMAKE_INSTALL_PREFIX=install/shared_test \
490
"-DCMAKE_C_FLAGS=${GNU_COMPILE_FLAGS}"
491
cd build/shared_test
@@ -495,7 +495,7 @@ jobs:
495
496
-B build/static_test \
497
498
- -Dhidapi_ROOT=install/static-cmake \
+ -Dhidapi_ROOT=$(pwd)/install/static-cmake \
499
-DCMAKE_INSTALL_PREFIX=install/static_test \
500
501
cd build/static_test
0 commit comments