Skip to content

Commit

Permalink
CI: claen install directory
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Mar 13, 2024
1 parent faa473c commit 2246982
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
BUILD_TYPE: ${{ matrix.BUILD_TYPE }}
SOURCE_DIR: ${{github.workspace}}/.cache/source
TOOSL_DIR: ${{github.workspace}}/.cache/tools
INSTALL_DIR: ${{github.workspace}}/.cache/install
INSTALL_DIR: ${{github.workspace}}/.cache/install_2024_03_13
qt_modules: qtwebengine ${{matrix.qt_modules}}
VCPKGGITCOMMITID: 2ac6ba173be85207a7bac4f0f02f5486f9fd4c0f
VCPKG_TARGET_TRIPLET: ${{matrix.VCPKG_TARGET_TRIPLET}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
BUILD_TYPE: ${{matrix.BUILD_TYPE}}
SOURCE_DIR: ${{github.workspace}}/.cache/source
TOOSL_DIR: ${{github.workspace}}/.cache/tools
INSTALL_DIR: ${{github.workspace}}/.cache/install
INSTALL_DIR: ${{github.workspace}}/.cache/install_2024_03_13
FaceRecognizer_VERSION: 0.0.4
artifact_name: build_ubuntu

Expand Down

0 comments on commit 2246982

Please sign in to comment.