Skip to content

Commit 65133b3

Browse files
Fix issue with CI - related to AQT (#751)
### Fix issue with CI - related to AQT ### Linked issues n/a ### Summarize your change. The old caches systems used by Github Actions were [decommissioned on the 15th of April](https://github.blog/changelog/2025-03-20-notification-of-upcoming-breaking-changes-in-github-actions/) and that causes issue with AQT (Qt installer). Therefore, the Qt packages are always downloaded currently, and it seems like there are issues with some modules downloaded from mirrors (e.g. checksum calculation). I will try to update to the latest version of AQT and see if something was done. Otherwise, I might have to do something like this: dpaulat/supercell-wx@d34224c ### Describe the reason for the change. Fix the CI Signed-off-by: Cédrik Fuoco <cedrik.fuoco@autodesk.com>
1 parent b13dc6d commit 65133b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
tools: 'tools_qtcreator'
181181
set-env: 'true'
182182
tools-only: 'false'
183-
aqtversion: '==3.1.*'
183+
aqtversion: '==3.2.*'
184184

185185
- name: Install Python dependencies
186186
run: |
@@ -297,7 +297,7 @@ jobs:
297297
tools: 'tools_qtcreator'
298298
set-env: 'true'
299299
tools-only: 'false'
300-
aqtversion: '==3.1.*'
300+
aqtversion: '==3.2.*'
301301

302302
- name: Patch Qt ${{ matrix.qt-version }}
303303
if: matrix.arch-type == 'x86_64'
@@ -530,7 +530,7 @@ jobs:
530530
tools: 'tools_qtcreator'
531531
set-env: 'true'
532532
tools-only: 'false'
533-
aqtversion: '==3.1.*'
533+
aqtversion: '==3.2.*'
534534

535535
- name: Install Python dependencies
536536
run: |

0 commit comments

Comments
 (0)