Use aqtinstall directly.
Some checks failed
Build / Build (pull_request) Failing after 40s
Some checks failed
Build / Build (pull_request) Failing after 40s
This commit is contained in:
@@ -18,11 +18,25 @@ jobs:
|
|||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||||
|
|
||||||
- name: Install Python
|
- name: Install Python
|
||||||
uses: actions/setup-python@v5
|
run: |
|
||||||
with:
|
apt install -y \
|
||||||
python-version: '3.12'
|
python3 \
|
||||||
|
python3-pip \
|
||||||
|
build-essential \
|
||||||
|
cmake \
|
||||||
|
curl
|
||||||
|
|
||||||
- name: Install Qt
|
- name: Install aqtinstall
|
||||||
uses: jurplel/install-qt-action@v4
|
run: |
|
||||||
with:
|
python3 -m pip install aqtinstall
|
||||||
version: '6.7.3'
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user