We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f0c63 commit 3023b15Copy full SHA for 3023b15
installers/nix-setup-template.sh
@@ -24,9 +24,9 @@ echo "Check if Python hostedtoolcache folder exist..."
24
if [ ! -d $PYTHON_TOOLCACHE_PATH ]; then
25
echo "Creating Python hostedtoolcache folder..."
26
mkdir -p $PYTHON_TOOLCACHE_PATH
27
-elif [ -d $PYTHON_TOOLCACHE_VERSION_PATH ]; then
28
- echo "Deleting Python $PYTHON_FULL_VERSION"
29
- rm -rf $PYTHON_TOOLCACHE_VERSION_PATH
+elif [ -d $PYTHON_TOOLCACHE_VERSION_ARCH_PATH ]; then
+ echo "Deleting Python $PYTHON_FULL_VERSION ($ARCH)"
+ rm -rf $PYTHON_TOOLCACHE_VERSION_ARCH_PATH
30
fi
31
32
echo "Create Python $PYTHON_FULL_VERSION folder"
0 commit comments