We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1948ba commit a6bd171Copy full SHA for a6bd171
1 file changed
.github/workflows/ci.yaml
@@ -4,7 +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"
+ INSIGHTFACE_PATH: "${{ github.workspace }}/insightface/cpp-package/inspireface/build/inspireface-macos/InspireFace"
8
9
jobs:
10
clippy:
0 commit comments