File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 SOURCE_DIR : ${{github.workspace}}/.cache/source
3838 TOOSL_DIR : ${{github.workspace}}/.cache/tools
3939 INSTALL_DIR : ${{github.workspace}}/.cache/install_${{matrix.BUILD_TYPE}}
40- VCPKGGITCOMMITID : 110c50d4700794d87d95138cd8c1b3bbfee9bab5
40+ VCPKGGITCOMMITID : d8ad13c401b30c2836d00b8923c9127f05f591c7
4141 VCPKG_TARGET_TRIPLET : ${{matrix.VCPKG_TARGET_TRIPLET}}
4242 VCPKG_DEFAULT_TRIPLET : ${{matrix.VCPKG_TARGET_TRIPLET}}
4343 VCPKG_DEFAULT_HOST_TRIPLET : x64-linux
7171 echo "ANDROID_NDK:${ANDROID_NDK}"
7272
7373 - name : Cache installed
74- uses : actions/cache@v2
74+ uses : actions/cache@v4
7575 id : cache-installed
7676 with :
7777 path : |
Original file line number Diff line number Diff line change 4242 cmake -E make_directory ${{github.workspace}}/build
4343
4444 - name : Cache installed
45- uses : actions/cache@v2
45+ uses : actions/cache@v4
4646 id : cache-installed
4747 with :
4848 path : |
Original file line number Diff line number Diff line change 4040 TOOSL_DIR : ${{github.workspace}}/.cache/tools
4141 INSTALL_DIR : ${{github.workspace}}/.cache/install_2024_03_13
4242 qt_modules : qtwebengine ${{matrix.qt_modules}}
43- VCPKGGITCOMMITID : 110c50d4700794d87d95138cd8c1b3bbfee9bab5
43+ VCPKGGITCOMMITID : d8ad13c401b30c2836d00b8923c9127f05f591c7
4444 VCPKG_TARGET_TRIPLET : ${{matrix.VCPKG_TARGET_TRIPLET}}
4545 artifact_name : build_macos
4646 FaceRecognizer_VERSION : v0.0.4
6464 cmake -E make_directory ${{github.workspace}}/build
6565
6666 - name : Cache installed
67- uses : actions/cache@v3
67+ uses : actions/cache@v4
6868 id : cache-installed
6969 with :
7070 path : |
Original file line number Diff line number Diff line change 7373 cmake -E make_directory ${{github.workspace}}\build
7474
7575 - name : Cache installed
76- uses : actions/cache@v3
76+ uses : actions/cache@v4
7777 id : cache-installed
7878 with :
7979 path : |
Original file line number Diff line number Diff line change 4545 INSTALL_DIR : ${{github.workspace}}\.cache\install_msvc_${{matrix.CMAKE_GENERATOR_PLATFORM}}_${{matrix.BUILD_TYPE}}
4646 CMAKE_GENERATOR : " Visual Studio 17 2022"
4747 CMAKE_GENERATOR_PLATFORM : ${{matrix.CMAKE_GENERATOR_PLATFORM}}
48- VCPKGGITCOMMITID : 110c50d4700794d87d95138cd8c1b3bbfee9bab5
48+ VCPKGGITCOMMITID : d8ad13c401b30c2836d00b8923c9127f05f591c7
4949 VCPKG_PLATFORM_TOOLSET : ${{matrix.VCPKG_PLATFORM_TOOLSET}}
5050 VCPKG_TARGET_TRIPLET : ${{matrix.VCPKG_TARGET_TRIPLET}}
5151 qt_modules : qtwebengine ${{matrix.qt_modules}}
7575 cmake -E make_directory ${{env.INSTALL_DIR}}
7676
7777 - name : Cache installed
78- uses : actions/cache@v3
78+ uses : actions/cache@v4
7979 id : cache-installed
8080 with :
8181 path : |
Original file line number Diff line number Diff line change 7070 libsqlite3-dev
7171
7272 - name : Cache installed
73- uses : actions/cache@v3
73+ uses : actions/cache@v4
7474 id : cache-installed
7575 with :
7676 path : |
@@ -124,7 +124,7 @@ jobs:
124124 facedetection_DIR : ${{env.INSTALL_DIR}}/lib/cmake/facedetection
125125 ENABLE_DOWNLOAD_MODULE : ON
126126 run : |
127- export Qt6_DIR=/usr/lib/`uname -a`-linux-gnu/cmake/Qt6
127+ export Qt6_DIR=/usr/lib/`uname -a`-linux-gnu/cmake/Qt6
128128 ./build_debpackage.sh
129129 cp ../facerecognizer_${{env.FaceRecognizer_VERSION}}_amd64.deb facerecognizer_${{env.FaceRecognizer_VERSION}}_amd64.deb
130130
You can’t perform that action at this time.
0 commit comments