Update env.
Some checks failed
Build / Build (pull_request) Failing after 5s
Build / Test (pull_request) Failing after 5s
Some checks failed
Build / Build (pull_request) Failing after 5s
Build / Test (pull_request) Failing after 5s
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
|||||||
- build-artifacts:/workspace/artifacts
|
- build-artifacts:/workspace/artifacts
|
||||||
env:
|
env:
|
||||||
QT_VERSION: 6.7.3
|
QT_VERSION: 6.7.3
|
||||||
PATH: $HOME/.cargo/bin:$PATH
|
QMAKE: ${{ env.CI_WORKSPACE }}/${{ env.QT_VERSION }}/gcc_64/bin/qmake
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
@@ -45,8 +45,6 @@ jobs:
|
|||||||
aqt install-qt linux desktop $QT_VERSION linux_gcc_64
|
aqt install-qt linux desktop $QT_VERSION linux_gcc_64
|
||||||
|
|
||||||
- name: Build clide
|
- name: Build clide
|
||||||
env:
|
|
||||||
QMAKE: ${{ env.CI_WORKSPACE }}/${{ env.QT_VERSION }}/gcc_64/bin/qmake
|
|
||||||
run: |
|
run: |
|
||||||
. "$HOME/.cargo/env"
|
. "$HOME/.cargo/env"
|
||||||
cargo b --release
|
cargo b --release
|
||||||
|
|||||||
Reference in New Issue
Block a user