Bazel: rename shortcut to install

This commit is contained in:
Paolo Tranquilli
2024-11-19 10:33:53 +01:00
parent 40b8406d62
commit e8677b46d5
5 changed files with 7 additions and 7 deletions

View File

@@ -48,7 +48,7 @@ jobs:
- name: "Build Swift extractor using Bazel"
run: |
bazel clean --expunge
bazel run //swift:installer --nouse_action_cache --noremote_accept_cached --noremote_upload_local_results --spawn_strategy=local
bazel run //swift:install --nouse_action_cache --noremote_accept_cached --noremote_upload_local_results --spawn_strategy=local
bazel shutdown
- name: Perform CodeQL Analysis