Fix cairn caching

This commit is contained in:
Matthew Knight 2026-03-06 01:00:47 -08:00
parent 4c1015fb76
commit 4354458484
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ runs:
return 1 return 1
} }
if [ -f "${TOOL_DIR}/cairn" ] && [ -f "${TOOL_DIR}/.complete" ]; then if [ "${CAIRN_VERSION}" != "latest" ] && [ -f "${TOOL_DIR}/cairn" ] && [ -f "${TOOL_DIR}/.complete" ]; then
echo "Cairn CLI ${CAIRN_VERSION} found in tool cache" echo "Cairn CLI ${CAIRN_VERSION} found in tool cache"
else else
echo "Downloading Cairn CLI ${CAIRN_VERSION}..." echo "Downloading Cairn CLI ${CAIRN_VERSION}..."