Skip to content

Commit

Permalink
CI: update vcpkg to 2f6176ce98fee807a207dc9e8fec213f111c291b
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Dec 15, 2023
1 parent f2cedb3 commit 7ee0e2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
TOOSL_DIR: ${{github.workspace}}/.cache/tools
INSTALL_DIR: ${{github.workspace}}/.cache/install_${{matrix.BUILD_TYPE}}_${{matrix.qt_arch}}
SerialPortAssistant_VERSION: v0.5.16
VCPKGGITCOMMITID: 2f6176ce98fee807a207dc9e8fec213f111c291b
VCPKGGITCOMMITID: 6359372f3ca1e6072e302e1d7238f31b259c5b51
ANDROID_PLATFORM: android-23
ANDROID_NATIVE_API_LEVEL: 23
qt_modules: qtscxml qtserialport qtwebview
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
qt_modules: qtwebengine ${{matrix.qt_modules}}
SerialPortAssistant_VERSION: v1.0.9
artifact_name: build_macos
VCPKGGITCOMMITID: 2f6176ce98fee807a207dc9e8fec213f111c291b
VCPKGGITCOMMITID: 6359372f3ca1e6072e302e1d7238f31b259c5b51

# Map the job outputs to step outputs
outputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
VCPKG_PLATFORM_TOOLSET: ${{matrix.VCPKG_PLATFORM_TOOLSET}}
CMAKE_GENERATOR_PLATFORM: ${{matrix.CMAKE_GENERATOR_PLATFORM}}
SerialPortAssistant_VERSION: v0.5.16
VCPKGGITCOMMITID: 2f6176ce98fee807a207dc9e8fec213f111c291b
VCPKGGITCOMMITID: 6359372f3ca1e6072e302e1d7238f31b259c5b51
qt_modules: qtwebengine ${{matrix.qt_modules}}
artifact_name: build_msvc

Expand Down

0 comments on commit 7ee0e2b

Please sign in to comment.