Skip to content

Commit

Permalink
Add checking for files
Browse files Browse the repository at this point in the history
  • Loading branch information
pktiuk committed Sep 19, 2024
1 parent 15f0c97 commit 4f053c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,9 @@ jobs:
install-deps: "true"

- name: Configure CMake
run: cmake -DCMAKE_BUILD_TYPE=${{ matrix.build-type }} -B "${{ github.workspace }}/build" ${{ matrix.cmake-args }}
run: |
find D:/a/antimicrox/antimicrox/Qt/6.4.2/ -iname '*Qt6GuiTools*'
cmake -DCMAKE_BUILD_TYPE=${{ matrix.build-type }} -B "${{ github.workspace }}/build" ${{ matrix.cmake-args }}
env:
CMAKE_PREFIX_PATH: ${{ env.Qt5_Dir }}
WORKSPACE_DIR: ${{ github.workspace }}
Expand Down

0 comments on commit 4f053c6

Please sign in to comment.