This commit is contained in:
Samuel Attard
2024-10-03 00:45:43 -07:00
parent 29d1dadf8e
commit a5ee213d8e

View File

@@ -7,9 +7,6 @@ runs:
shell: bash
run: |
cache_path=/mnt/cross-instance-cache/$DEPSHASH.tar
if [ "$(expr substr $(uname -s) 1 10)" == "MSYS_NT-10" ]; then
cache_path=/c/cross-instance-cache/$DEPSHASH.tar
fi
echo "Using cache key: $DEPSHASH"
echo "Checking for cache in: $cache_path"
if [ ! -f "$cache_path" ]; then