Skip to content

Commit f2bf9c1

Browse files
Fix username link for ccache (#10847)
1 parent d5a3ede commit f2bf9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test_provisioned.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
if: inputs.run_build
5757
with:
5858
sanitizer: ${{ inputs.sanitizer }}
59-
ccache_remote_path: ${{ format('http://{0}:{1}@{2}', secrets.REMOTE_CACHE_USER, secrets.REMOTE_CACHE_PASSWORD, vars.REMOTE_CACHE_URL) }}
59+
ccache_remote_path: ${{ format('http://{0}:{1}@{2}', secrets.REMOTE_CACHE_USERNAME, secrets.REMOTE_CACHE_PASSWORD, vars.REMOTE_CACHE_URL) }}
6060
extra_compile_flags: ${{ inputs.extra_compile_flags }}
6161
ninja_target: ${{ inputs.ninja_target }}
6262

0 commit comments

Comments
 (0)