Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
acth2 authored Aug 29, 2024
1 parent 969e9b8 commit 6794018
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,16 @@ jobs:
python -m pip install --upgrade pip
python -m pip install yaqti
- name: Clean up existing Qt directory
run: |
if [ -d "qt" ]; then
echo "Removing existing Qt directory"
rm -rf qt
fi
- name: Install Qt5/Qt6 (yaqti)
run: |
python -m yaqti install --version 5.15.2 --os linux --platform desktop --set-envs --install-deps
# Note: If the --modules option is unsupported or results in errors, try removing it
- name: Verify Qt installation
run: |
Expand Down

0 comments on commit 6794018

Please sign in to comment.