Skip to content

Commit 8c6eef4

Browse files
committed
update cc tag
1 parent 9f656cb commit 8c6eef4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/Build.yml

Lines changed: 3 additions & 3 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: 4891ce3d0c957e3a49ba768a6f33e56d648c0ad3
20+
ref: 8894a756846e69b28e6e3d8ce98da91edde48eb5
2121
submodules: recursive
2222

2323
- name: Clone PythonRuntime
@@ -80,7 +80,7 @@ jobs:
8080
uses: actions/checkout@v4
8181
with:
8282
repository: 'CloudCompare/CloudCompare'
83-
ref: 4891ce3d0c957e3a49ba768a6f33e56d648c0ad3
83+
ref: 8894a756846e69b28e6e3d8ce98da91edde48eb5
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: 4891ce3d0c957e3a49ba768a6f33e56d648c0ad3
151+
ref: 8894a756846e69b28e6e3d8ce98da91edde48eb5
152152
submodules: recursive
153153

154154
- name: Clone PythonRuntime

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 4891ce3d0c957e3a49ba768a6f33e56d648c0ad3
34+
GIT_TAG 8894a756846e69b28e6e3d8ce98da91edde48eb5
3535
GIT_SHALLOW OFF
3636
GIT_SUBMODULES
3737
)

0 commit comments

Comments
 (0)