Skip to content

Commit

Permalink
Set CCACHE_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed May 9, 2024
1 parent e4da21f commit e435144
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CI/build-mudlet-for-windows.sh
Expand Up @@ -96,8 +96,10 @@ MINGW_INTERNAL_BASE_DIR="/mingw${BUILD_BITNESS}"
export MINGW_INTERNAL_BASE_DIR
PATH="${MINGW_INTERNAL_BASE_DIR}/usr/local/bin:${MINGW_INTERNAL_BASE_DIR}/bin:/usr/bin:${PATH}"
export PATH
export CCACHE_DIR=${RUNNER_WORKSPACE}/ccache

echo "MSYSTEM is: ${MSYSTEM}"
echo "CCACHE_DIR is: ${CCACHE_DIR}"
echo "PATH is now:"
echo "${PATH}"
echo ""
Expand Down

0 comments on commit e435144

Please sign in to comment.