Skip to content

Commit

Permalink
Print cmake version being used
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxx Boehme committed Jul 1, 2024
1 parent e0b517c commit dccaccb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
}
- {
name: "Ubuntu Build", artifact: "Linux.tar.xz",
os: ubuntu-20.04,
os: ubuntu-latest,
build_type: "Release", cc: "gcc-9", cxx: "g++-9",
cmake_platform: "",
glibc_version: "2_31",
Expand All @@ -50,6 +50,12 @@ jobs:
- name: Update Submodules
run: git submodule update --init --recursive --depth=1

- name: Print CMake Version
run: cmake --version

- name: Print ninja Version
run: ninja --version

- name: Configure
shell: cmake -P {0}
run: |
Expand Down Expand Up @@ -204,4 +210,4 @@ jobs:
name: ni-grpc-device-server-windows-x64-debug-symbols
path: |
build/RelWithDebInfo/ni_grpc_device_server.pdb
retention-days: 5
retention-days: 5

0 comments on commit dccaccb

Please sign in to comment.