diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index 1547ec5..d8cde74 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -1,3 +1,4 @@ + # This starter workflow is for a CMake project running on a single platform. There is a different starter workflow if you need cross-platform coverage. # See: https://github.com/actions/starter-workflows/blob/main/ci/cmake-multi-platform.yml name: Build and Test (CMake) @@ -26,6 +27,7 @@ jobs: run: | gcc --version cmake --version + ld -v # show ld search path ld --verbose | grep SEARCH_DIR | tr -s ' ;' \\012