File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 SOURCE_DIR : ${{github.workspace}}\.cache\source
5555 TOOLS_DIR : ${{github.workspace}}\.cache\tools
5656 INSTALL_DIR : ${{github.workspace}}\.cache\install
57- VCPKGGITCOMMITID : 1e199d32ad53aab1defda61ce41c380302e3f95c
57+ VCPKGGITCOMMITID : 7213cf8135c329c37c7e2778e40774489a0583a8
5858 VCPKG_TARGET_TRIPLET : ${{matrix.VCPKG_TARGET_TRIPLET}}
5959 VCPKG_DEFAULT_TRIPLET : ${{matrix.VCPKG_TARGET_TRIPLET}}
6060 VCPKG_PLATFORM_TOOLSET : ${{matrix.VCPKG_PLATFORM_TOOLSET}}
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ modules:
167167 sources :
168168 - type : git
169169 url : https://github.com/FreeRDP/FreeRDP.git
170- tag : 3.24 .1
170+ tag : 3.14 .1
171171 buildsystem : cmake-ninja
172172 builddir : true
173173 config-opts :
Original file line number Diff line number Diff line change @@ -715,7 +715,7 @@ if [ $FREERDP -eq 1 ]; then
715715 echo " Install FreeRDP ......"
716716 pushd " $SOURCE_DIR "
717717 if [ ! -d ${INSTALL_DIR} /lib/cmake/FreeRDP3 ]; then
718- git clone -b 3.24 .1 --depth=1 https://github.com/FreeRDP/FreeRDP.git
718+ git clone -b 3.14 .1 --depth=1 https://github.com/FreeRDP/FreeRDP.git
719719 cmake -E make_directory $BUILD_DEPEND_DIR /FreeRDP
720720 pushd $BUILD_DEPEND_DIR /FreeRDP
721721 cmake -S $SOURCE_DIR /FreeRDP \
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ parts:
105105 plugin : cmake
106106 source : https://github.com/FreeRDP/FreeRDP.git
107107 source-type : git
108- source-tag : 3.24 .1
108+ source-tag : 3.14 .1
109109 source-depth : 1
110110 build-packages :
111111 - libssl-dev
You can’t perform that action at this time.
0 commit comments