Skip to content

Commit

Permalink
Update cmake-single-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie-Cui authored Oct 31, 2024
1 parent c681eb5 commit f125387
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -26,6 +27,7 @@ jobs:
run: |
gcc --version
cmake --version
ld -v
# show ld search path
ld --verbose | grep SEARCH_DIR | tr -s ' ;' \\012
Expand Down

0 comments on commit f125387

Please sign in to comment.