Skip to content

Commit

Permalink
Bump cmake version
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jun 29, 2024
1 parent c23690c commit d3445ba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/windows-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: 🐩 Install CMake and Ninja
uses: lukka/get-cmake@latest
with:
cmakeVersion: 3.29.2
cmakeVersion: 3.29.6

- name: 🧽 Developer Command Prompt for Microsoft Visual C++
uses: ilammy/msvc-dev-cmd@v1
Expand Down Expand Up @@ -88,6 +88,9 @@ jobs:
run: |
cmake --build "${{ github.workspace }}/build" --config Release
- with: m-kuhn/action-tmate@patch-1
if: failure()

- name: 📦 Package
shell: bash
run: |
Expand Down

0 comments on commit d3445ba

Please sign in to comment.