Skip to content

Commit

Permalink
update qt5 url
Browse files Browse the repository at this point in the history
  • Loading branch information
cen1 committed Mar 25, 2024
1 parent cbcac38 commit 754cbf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
strategy:
fail-fast: false
matrix:
qt_version: [ 5.12.12, 6.6.2 ]
qt_version: [ 5.15.13, 6.6.2 ]

steps:
- name: Checkout
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
if: steps.cache-qt-restore.outputs.cache-hit != 'true' && startsWith(matrix.qt_version, '5.')
shell: powershell
run: |
Invoke-WebRequest -Uri https://ftp.fau.de/qtproject/archive/qt/5.12/${{ matrix.qt_version }}/single/qt-everywhere-src-${{ matrix.qt_version }}.zip -OutFile qt-everywhere-src-${{ matrix.qt_version }}.zip;
Invoke-WebRequest -Uri https://ftp.fau.de/qtproject/archive/qt/5.15/${{ matrix.qt_version }}/single/qt-everywhere-src-${{ matrix.qt_version }}.zip -OutFile qt-everywhere-src-${{ matrix.qt_version }}.zip;
Expand-Archive qt-everywhere-src-${{ matrix.qt_version }}.zip -DestinationPath . ;
Remove-Item qt-everywhere-src-${{ matrix.qt_version }}.zip
Expand Down

0 comments on commit 754cbf7

Please sign in to comment.