just pain

This commit is contained in:
Samuel Attard
2024-09-27 08:35:07 -07:00
parent 288441ec9e
commit 6859b2d5ea
2 changed files with 4 additions and 1 deletions

View File

@@ -16,5 +16,5 @@ runs:
e auto-update disable
if [ "$(expr substr $(uname -s) 1 10)" == "MSYS_NT-10" ]; then
e d cipd.bat --version
cp "C:\Python37\python.exe" cp "C:\Python37\python3.exe"
cp "C:\Python37\python.exe" "C:\Python37\python3.exe"
fi

View File

@@ -7,6 +7,9 @@ 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