File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,10 +103,9 @@ jobs:
103103 - name : Install Qt
104104 uses : eProsima/eProsima-CI/external/install_qt@v0
105105 with :
106- version : ' 6.8.3 '
106+ version : ' 6.4.2 '
107107 arch : ' linux_gcc_64'
108108 dir : ' /opt/qt_installation/'
109- modules : ' qtcharts'
110109 setup-python : ' false'
111110
112111 - name : Setup CCache
Original file line number Diff line number Diff line change @@ -122,10 +122,9 @@ jobs:
122122 - name : Install Qt
123123 uses : eProsima/eProsima-CI/external/install_qt@v0
124124 with :
125- version : ' 6.8.3 '
125+ version : ' 6.4.2 '
126126 dir : ' /opt/qt_installation/'
127127 arch : ' win64_msvc2022_64'
128- modules : ' qtcharts'
129128 setup-python : ' false'
130129
131130 - name : Get Fast DDS branch
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ endif()
151151###############################################################################
152152# Compile
153153###############################################################################
154- find_package (Qt6 6.8.3 REQUIRED COMPONENTS Core Gui Widgets )
154+ find_package (Qt6 6.4.2 REQUIRED COMPONENTS Core Gui Widgets )
155155
156156set (CMAKE_AUTOMOC ON )
157157set (CMAKE_AUTOUIC ON )
You can’t perform that action at this time.
0 commit comments