fix path.
Some checks failed
Build / Build (pull_request) Failing after 4s
Build / Test (pull_request) Failing after 4s
Some checks failed
Build / Build (pull_request) Failing after 4s
Build / Test (pull_request) Failing after 4s
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
||||
- build-artifacts:/workspace/artifacts
|
||||
env:
|
||||
QT_VERSION: 6.7.3
|
||||
QMAKE: ${{ env.CI_WORKSPACE }}/${{ env.QT_VERSION }}/gcc_64/bin/qmake
|
||||
QMAKE: ${{ github.workspace }}/${{ env.QT_VERSION }}/gcc_64/bin/qmake
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
|
||||
Reference in New Issue
Block a user