Use aqtinstall directly.
Some checks failed
Build / Build (pull_request) Failing after 40s

This commit is contained in:
2026-02-21 15:33:11 -05:00
parent a40125416d
commit a605c4929e

View File

@@ -18,11 +18,25 @@ jobs:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
run: |
apt install -y \
python3 \
python3-pip \
build-essential \
cmake \
curl
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: '6.7.3'
- name: Install aqtinstall
run: |
python3 -m pip install aqtinstall
aqt install-qt linux desktop 6.7.3 gcc_64
# - name: Install Qt
# uses: jurplel/install-qt-action@v4
# with:
# version: '6.7.3'
- name: Build clide
run: |
cd clide
cargo b