Skip to content

Commit d09be00

Browse files
Fix hash
1 parent bd345bc commit d09be00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
if: ${{ needs.changes.outputs.cpp_tools == 'true' || github.event_name == 'workflow_dispatch' }}
137137
# GitHub loads this workflow from the separate cpp-tools repository. Keep
138138
# this immutable ref aligned with the cpp-tools submodule gitlink.
139-
uses: livekit/cpp-tools/.github/workflows/cpp-tools.yml@f2dbc227187f9434f6bba9e95e0a2da4638b973b
139+
uses: livekit/cpp-tools/.github/workflows/cpp-tools.yml@12c945180b6a2b48149c79be79d9d7d727fc3c12
140140
with:
141141
clang_format: true
142142
clang_tidy: true

0 commit comments

Comments
 (0)