Fix qt version.
Some checks failed
Build / Build (pull_request) Failing after 17m17s
Some checks failed
Build / Build (pull_request) Failing after 17m17s
This commit is contained in:
@@ -41,7 +41,7 @@ jobs:
|
||||
|
||||
- name: Build clide
|
||||
env:
|
||||
QMAKE: ${{ github.workspace }}/$QT_VERSION/gcc_64/bin/qmake
|
||||
QMAKE: ${{ github.workspace }}/${{ env.QT_VERSION }}/gcc_64/bin/qmake
|
||||
run: |
|
||||
. "$HOME/.cargo/env"
|
||||
cargo b
|
||||
cargo b --release
|
||||
|
||||
Reference in New Issue
Block a user