Skip to content

Commit

Permalink
Regards #505: In the Windows build action script, print CMake version…
Browse files Browse the repository at this point in the history
… always
  • Loading branch information
eyalroz committed Apr 22, 2023
1 parent 2ce9d3c commit 3ee1b6c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cmake-build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,9 @@ jobs:
shell: bash

- name: Build
run: cmake --build ${{ env.build_dir }} --config ${{ env.build_type }} --verbose
run:
cmake --version
cmake --build ${{ env.build_dir }} --config ${{ env.build_type }} --verbose

# - name: Test
# working-directory: ${{github.workspace}}/build
Expand Down

0 comments on commit 3ee1b6c

Please sign in to comment.