Skip to content

Commit

Permalink
change sccache prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Sep 30, 2024
1 parent 90c61ce commit cea5621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
SCCACHE_SERVER_PORT: 35555
SCCACHE_ERROR_LOG: /__w/openvino/sccache_log.txt
SCCACHE_LOG: warn
SCCACHE_AZURE_KEY_PREFIX: ${{ runner.os }}_${{ runner.arch }}_${{ matrix.SANITIZER }}_master
SCCACHE_AZURE_KEY_PREFIX: sanitizers_lin_${{ matrix.SANITIZER }}_master

steps:
- name: Clone OpenVINO
Expand Down

0 comments on commit cea5621

Please sign in to comment.