Fix qt version.
Some checks failed
Build / Build (pull_request) Failing after 17m17s

This commit is contained in:
2026-02-21 15:54:40 -05:00
parent 607dae32fe
commit 3b1f33f055

View File

@@ -41,7 +41,7 @@ jobs:
- name: Build clide - name: Build clide
env: env:
QMAKE: ${{ github.workspace }}/$QT_VERSION/gcc_64/bin/qmake QMAKE: ${{ github.workspace }}/${{ env.QT_VERSION }}/gcc_64/bin/qmake
run: | run: |
. "$HOME/.cargo/env" . "$HOME/.cargo/env"
cargo b cargo b --release