Skip to content

Commit

Permalink
#1: try fix error with ccache dir in azure
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Dec 19, 2024
1 parent 2ffaf62 commit 33b0014
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .azure/pipelines/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
$(Agent.OS) | "$(cache_name)"
- bash: |
mkdir -p $(CCACHE_DIR)
WORKSPACE=$(Pipeline.Workspace)/s
if [[ "$(image)" != "" ]]; then
WORKSPACE=/workspace
Expand Down

0 comments on commit 33b0014

Please sign in to comment.