Skip to content

Commit

Permalink
Ensure directory exists for PROJ_DB_CACHE_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
mwtoews authored Jan 31, 2024
1 parent 81b1368 commit b6ccd38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ else
USE_CCACHE=OFF
fi

# Ensure directory exists for PROJ_DB_CACHE_DIR
mkdir -p $HOME/.ccache

if test "x${CMAKE_BUILD_TYPE}" = "x"; then
CMAKE_BUILD_TYPE=Release
fi
Expand Down

0 comments on commit b6ccd38

Please sign in to comment.