Skip to content

Commit

Permalink
#51 More Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Peyton-McKee committed Feb 20, 2024
1 parent 5a0571f commit afd6651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

# Here we call CMake manually, there are solutions for that in the Marketplace: https://github.com/marketplace/actions/run-cmake
- name: Debug
run: ls ../Qt && ls ../Qt/6.5.3 && ls ../Qt/6.5.3/Src && ls ../Qt/6.5.3/Src/QtMqtt
run: ls ../Qt && ls ../Qt/6.5.3 && ls ../Qt/6.5.3/gcc_64 && ls ../Qt/6.5.3/gcc_64/Src
- name: Configure Mqtt
run: cmake -S ../Qt/6.5.3/Src/QtMqtt -B build -G "Ninja Multi-Config" -DCMAKE_BUILD_TYPE=RELEASE
- name: Install Mqtt
Expand Down

0 comments on commit afd6651

Please sign in to comment.