Skip to content

Commit

Permalink
check c++ version
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoby committed Mar 12, 2021
1 parent d05affe commit db609ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
fetch-depth: 0
- name: setup/build CMake
run: |
c++ -v
echo "BUILD_NUMBER = ${BUILD_NUMBER}"
cmake -E make_directory ${{runner.workspace}}/build
cmake -S ${{ github.workspace }} -B ${{runner.workspace}}/build
Expand Down

0 comments on commit db609ac

Please sign in to comment.