Skip to content

Commit 33b0014

Browse files
committed
#1: try fix error with ccache dir in azure
1 parent 2ffaf62 commit 33b0014

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.azure/pipelines/build-and-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ jobs:
110110
$(Agent.OS) | "$(cache_name)"
111111
112112
- bash: |
113+
mkdir -p $(CCACHE_DIR)
113114
WORKSPACE=$(Pipeline.Workspace)/s
114115
if [[ "$(image)" != "" ]]; then
115116
WORKSPACE=/workspace

0 commit comments

Comments
 (0)