Skip to content

Commit

Permalink
Report cmake version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LegalizeAdulthood authored Apr 4, 2024
1 parent 3cd9cdf commit baa9965
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,8 @@ jobs:
7z x -y ${{env.BISON_ZIP_PATH}}
Add-Content $env:GITHUB_PATH "${{env.BISON_PATH}}/bin"
- name: CMake version
run: cmake --version

- name: CMake workflow
run: cmake --workflow --preset default

0 comments on commit baa9965

Please sign in to comment.