Skip to content

Commit

Permalink
update aqt
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Glowacki committed Aug 28, 2023
1 parent 625dbbc commit a716c6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
run: |
python -m pip install aqtinstall
if [ "$RUNNER_OS" == "macOS" ]; then
python -m aqt install-qt --outputdir ${{github.workspace}}/Qt 6.5.2 mac desktop clang_64 -m qtcharts --archives qtbase
python -m aqt install-qt --outputdir ${{github.workspace}}/Qt mac desktop 6.5.2 clang_64 -m qtcharts --archives qtbase
else
python -m aqt install-qt --outputdir ${{github.workspace}}/Qt 6.5.2 linux desktop gcc_64 --archives qtbase icu qtimageformats
python -m aqt install-qt --outputdir ${{github.workspace}}/Qt 6.5.2 linux desktop gcc_64 -m qtcharts
python -m aqt install-qt --outputdir ${{github.workspace}}/Qt linux desktop 6.5.2 gcc_64 --archives qtbase icu qtimageformats
python -m aqt install-qt --outputdir ${{github.workspace}}/Qt linux desktop 6.5.2 gcc_64 -m qtcharts
fi
- name: Gen vcpkg
working-directory: ${{github.workspace}}/XRF-Maps/vcpkg
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
displayName: 'Install aqtinstall'
- script: |
cd $(Build.SourcesDirectory)
python -m aqt install-qt --outputdir $(Build.BinariesDirectory)\\Qt 6.5.2 windows desktop win64_msvc2019_64 -m qtcharts --archives qtbase
python -m aqt install-qt --outputdir $(Build.BinariesDirectory)\\Qt windows desktop 6.5.2 win64_msvc2019_64 -m qtcharts --archives qtbase
displayName: 'Install Qt 6.5.2'
- script: $(System.DefaultWorkingDirectory)/XRF-Maps/vcpkg/bootstrap-vcpkg.bat
- task: Cache@2
Expand Down

0 comments on commit a716c6e

Please sign in to comment.