Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
back to grpc
Browse files Browse the repository at this point in the history
Frizi committed Jan 27, 2025
1 parent e17c6a2 commit 09550b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/ci_utils/src/actions/workflow/definition.rs
Original file line number Diff line number Diff line change
@@ -105,7 +105,7 @@ pub fn setup_bazel() -> Step {
),
(
"bazelrc".to_string(),
Value::String("build --remote_cache=http://${{ secrets.ENSO_BAZEL_CACHE_USERNAME }}@${{ vars.ENSO_BAZEL_CACHE_URI }}".to_string()),
Value::String("build --remote_cache=grpc://${{ vars.ENSO_BAZEL_CACHE_URI }}".to_string()),
),
]))),
..default()

0 comments on commit 09550b5

Please sign in to comment.