Skip to content

Commit

Permalink
vcpkg.json: remove baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Mar 16, 2024
1 parent 194676f commit c7e2902
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
7z a FaceRecognizer_${{env.FaceRecognizer_VERSION}}_macos_qt${{matrix.qt_version}}.zip ./install/*
- name: Update artifact
if: ${{ matrix.BUILD_TYPE == 'Release' }}
if: ${{ matrix.BUILD_TYPE == 'Release' && matrix.qt_version == '6.6.2' }}
uses: actions/upload-artifact@v3
with:
name: ${{ env.artifact_name }}
Expand Down
7 changes: 1 addition & 6 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,5 @@
"dlib"
]
}
},

"builtin-baseline":"9259a0719d94c402aae2ab7975bc096afdec15df",
"overrides": [
{ "name": "openssl", "version-string": "1.1.1n" }
]
}
}

0 comments on commit c7e2902

Please sign in to comment.