File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -47,21 +47,21 @@ jobs:
4747 secrets :
4848 api-token : ${{ secrets.CI_DEPLOY_KEY }}
4949
50- # Update a CMake FetchContent dependency with explicit dependency name
50+ # Update a CMake FetchContent dependency with auto-detection (single dependency only)
5151 sentry-native :
5252 uses : getsentry/github-workflows/.github/workflows/updater.yml@v2
5353 with :
54- path : vendor/sentry-native.cmake#sentry-native
54+ path : vendor/sentry-native.cmake
5555 name : Sentry Native SDK
5656 secrets :
5757 api-token : ${{ secrets.CI_DEPLOY_KEY }}
5858
59- # Update a CMake FetchContent dependency with auto-detection (single dependency only)
59+ # Update a CMake FetchContent dependency with explicit dependency name
6060 deps :
6161 uses : getsentry/github-workflows/.github/workflows/updater.yml@v2
6262 with :
63- path : vendor/dependencies.cmake
64- name : Dependencies
63+ path : vendor/dependencies.cmake#googletest
64+ name : GoogleTest
6565 secrets :
6666 api-token : ${{ secrets.CI_DEPLOY_KEY }}
6767` ` `
You can’t perform that action at this time.
0 commit comments