Skip to content

Commit

Permalink
Another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
pktiuk committed Oct 23, 2024
1 parent 9830d59 commit 0503667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
- name: Configure CMake
run: cmake -DCMAKE_BUILD_TYPE=${{ matrix.build-type }} -B "${{ github.workspace }}/build" ${{ matrix.cmake-args }}
env:
CMAKE_PREFIX_PATH: "${{ github.workspace }}/qt/Qt/6.8.0/mingw_64/lib/cmake"
CMAKE_PREFIX_PATH: "${QT_ROOT_DIR}/lib/cmake"
WORKSPACE_DIR: ${{ github.workspace }}

- name: Build
Expand Down

0 comments on commit 0503667

Please sign in to comment.