We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd345bc commit d09be00Copy full SHA for d09be00
1 file changed
.github/workflows/ci.yml
@@ -136,7 +136,7 @@ jobs:
136
if: ${{ needs.changes.outputs.cpp_tools == 'true' || github.event_name == 'workflow_dispatch' }}
137
# GitHub loads this workflow from the separate cpp-tools repository. Keep
138
# this immutable ref aligned with the cpp-tools submodule gitlink.
139
- uses: livekit/cpp-tools/.github/workflows/cpp-tools.yml@f2dbc227187f9434f6bba9e95e0a2da4638b973b
+ uses: livekit/cpp-tools/.github/workflows/cpp-tools.yml@12c945180b6a2b48149c79be79d9d7d727fc3c12
140
with:
141
clang_format: true
142
clang_tidy: true
0 commit comments