Bazel: use installer shortcut in docs and workflows

This commit is contained in:
Paolo Tranquilli
2024-11-19 10:32:21 +01:00
parent 6e33f979c7
commit 40b8406d62
4 changed files with 4 additions and 4 deletions

View File

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