Skip to content

Commit

Permalink
Updated build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadMD1383 committed Apr 12, 2024
1 parent 8ef3db9 commit ebca48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Cmake
run: |
mkdir build
cmake -DCMAKE_PREFIX_PATH=${Qt6_DIR}/lib/cmake -DCMAKE_BUILD_TYPE=Release -G Ninja -B build
cmake -DCMAKE_PREFIX_PATH="${Qt6_DIR}/lib/cmake" -DCMAKE_BUILD_TYPE=Release -G Ninja -B build
- name: Ninja
run: |
Expand Down

0 comments on commit ebca48d

Please sign in to comment.