Update environment.
Some checks failed
Build / Build (pull_request) Failing after 7s
Some checks failed
Build / Build (pull_request) Failing after 7s
This commit is contained in:
@@ -14,6 +14,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
QT_VERSION: 6.7.3
|
QT_VERSION: 6.7.3
|
||||||
|
PATH: $HOME/.cargo/bin:$PATH
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
@@ -42,7 +43,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build clide
|
- name: Build clide
|
||||||
env:
|
env:
|
||||||
QMAKE: ${{ github.workspace }}/${{ env.QT_VERSION }}/gcc_64/bin/qmake
|
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