Set QMAKE.
Some checks failed
Build / Build (pull_request) Failing after 1m55s
Some checks failed
Build / Build (pull_request) Failing after 1m55s
This commit is contained in:
@@ -12,6 +12,8 @@ jobs:
|
|||||||
Build:
|
Build:
|
||||||
name: Build
|
name: Build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
QT_VERSION: 6.7.3
|
||||||
steps:
|
steps:
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
run: |
|
run: |
|
||||||
@@ -33,14 +35,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Qt
|
- name: Install Qt
|
||||||
run: |
|
run: |
|
||||||
aqt install-qt linux desktop 6.7.3 linux_gcc_64
|
aqt install-qt linux desktop $QT_VERSION linux_gcc_64
|
||||||
|
|
||||||
# - name: Install Qt
|
|
||||||
# uses: jurplel/install-qt-action@v4
|
|
||||||
# with:
|
|
||||||
# version: '6.7.3'
|
|
||||||
|
|
||||||
- name: Build clide
|
- name: Build clide
|
||||||
|
env:
|
||||||
|
QMAKE: ${{ github.workspace }}/$QT_VERSION/gcc_64/bin/qmake
|
||||||
run: |
|
run: |
|
||||||
cd clide
|
|
||||||
cargo b
|
cargo b
|
||||||
|
|||||||
Reference in New Issue
Block a user