Skip to content

Commit

Permalink
ci: specify a lower version to CMake in the Build Checker workflow be…
Browse files Browse the repository at this point in the history
…cause the latest crash
  • Loading branch information
MasterLaplace committed Dec 9, 2024
1 parent 5408252 commit b541224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Install dependencies
run: |
choco install cmake -y
choco install cmake --version=3.31.1 -y
- name: Configure and Build
run: |
Expand Down

0 comments on commit b541224

Please sign in to comment.