Skip to content

Commit a0acb1e

Browse files
committed
update refs
1 parent 5f4c9d6 commit a0acb1e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/Build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818
with:
1919
repository: 'CloudCompare/CloudCompare'
20-
ref: a452997aabb81f3a9d80b982946bff50f9384d00
20+
ref: fc2fe88a33ca9e406aab43b3bda6a9c6d38a2313
2121
submodules: recursive
2222

2323
- name: Clone PythonRuntime
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Install Dependencies
3737
run: |
38-
conda install -c conda-forge qt>=6.9.* ninja doxygen
38+
conda install -c conda-forge qt6-main==6.8.3 ninja doxygen
3939
pip install pytest pybind11<3.0 numpy
4040
4141
- name: Configure MSVC console
@@ -80,7 +80,7 @@ jobs:
8080
uses: actions/checkout@v4
8181
with:
8282
repository: 'CloudCompare/CloudCompare'
83-
ref: a452997aabb81f3a9d80b982946bff50f9384d00
83+
ref: fc2fe88a33ca9e406aab43b3bda6a9c6d38a2313
8484
submodules: recursive
8585

8686
- name: Clone PythonRuntime
@@ -148,7 +148,7 @@ jobs:
148148
uses: actions/checkout@v4
149149
with:
150150
repository: 'CloudCompare/CloudCompare'
151-
ref: a452997aabb81f3a9d80b982946bff50f9384d00
151+
ref: fc2fe88a33ca9e406aab43b3bda6a9c6d38a2313
152152
submodules: recursive
153153

154154
- name: Clone PythonRuntime

.github/workflows/Wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Install Dependencies
2626
run: |
27-
conda install -c conda-forge qt=6.9.*
27+
conda install -c conda-forge qt6-main==6.8.3
2828
python -m pip install --upgrade pip
2929
pip install pytest
3030

wrapper/cccorelib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if(CCCORELIB_PYTHON_IS_MASTER_PROJECT)
2525
GIT_REPOSITORY https://github.com/CloudCompare/CCCoreLib
2626
GIT_PROGRESS ON
2727
GIT_SHALLOW OFF
28-
GIT_TAG 0a7b892193575f58241b56c1828eb38ece11e02b
28+
GIT_TAG 52dc573bf8a782d60c95c36f3eed41654debeadc
2929
)
3030

3131
FetchContent_GetProperties(CCCoreLib)

wrapper/pycc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if(PYCC_IS_MASTER_PROJECT)
3131
GIT_REPOSITORY https://github.com/CloudCompare/CloudCompare
3232
GIT_SUBMODULES "libs/qCC_db/extern/CCCoreLib;libs/CCAppCommon/QDarkStyleSheet"
3333
GIT_PROGRESS ON
34-
GIT_TAG a452997aabb81f3a9d80b982946bff50f9384d00
34+
GIT_TAG fc2fe88a33ca9e406aab43b3bda6a9c6d38a2313
3535
GIT_SHALLOW OFF
3636
GIT_SUBMODULES
3737
)

0 commit comments

Comments
 (0)