Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix name of arg with command name change
  • Loading branch information
reidbaker committed Jul 11, 2023
commit 2ffae59d24495e40d9eb7bce5df61f6b5f8cd802
2 changes: 1 addition & 1 deletion .ci/targets/android_platform_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tasks:
- name: download android deps
script: script/tool_runner.sh
infra_step: true
args: ["fetch-android-deps"]
args: ["fetch-deps"]
- name: build examples
script: script/tool_runner.sh
args: ["build-examples", "--apk"]
Expand Down