Skip to content

Commit 177f055

Browse files
rjogradycopybara-github
authored andcommitted
Fix a typo in the package name
PiperOrigin-RevId: 845260020 Change-Id: Id943e66d9cfec28fcd9d9f70afea04cd14e771d2
1 parent 47d6a88 commit 177f055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Build
3939
run: |
40-
bazel run //:requirements.update
40+
bazel run //fleetbench:requirements.update
4141
bazel build -c ${{ matrix.config }} ${{ matrix.compiler.flags }} //...
4242
- name: Test
4343
run: |

0 commit comments

Comments
 (0)