diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4c463e7..9c398f1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -19,7 +19,7 @@ jobs: host: "linux" target: "desktop" arch: "gcc_64" - dir: "${{github.workspace}}/qt/" + # dir: "${{github.workspace}}/qt/" install-deps: "true" - name: List files in Qt @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v2 - name: Configure CMake - run: cmake -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_PREFIX_PATH="${{env.Qt5_Dir}}/lib/cmake/" -DQt5_DIR=${{env.Qt5_Dir}}/lib/cmake/Qt5/ -B '${{github.workspace}}'/build + run: cmake -B '${{github.workspace}}'/build - name: Build run: cmake --build '${{github.workspace}}'/build