We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 485af40 commit f1948baCopy full SHA for f1948ba
1 file changed
.github/workflows/ci.yaml
@@ -14,6 +14,8 @@ jobs:
14
with:
15
submodules: recursive
16
# buuld the inspire-face sdk for the target env
17
+ - name: print
18
+ run: echo $INSIGHTFACE_PATH
19
- name: build the cpp project
20
working-directory: insightface/cpp-package/inspireface
21
run: bash command/build.sh
0 commit comments