We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca3e3ec commit 4730518Copy full SHA for 4730518
1 file changed
.github/workflows/ci.yaml
@@ -4,6 +4,7 @@ on: [push]
4
5
env:
6
CXXFLAGS: "-std=c++17"
7
+ INSIGHTFACE_PATH: "${{ GITHUB_WORKSPACE }}/insightface/cpp-package/inspireface/build/inspireface-macos/InspireFace"
8
9
jobs:
10
clippy:
0 commit comments