You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run # NOTE: Workaround for an unrepressible warning
# NOTE: Workaround for an unrepressible warning
# in the cache action:
# https://github.com/actions/cache/issues/1241
if [ ! -d "/home/runner/.solcx" ]; then
mkdir "/home/runner/.solcx"
echo "Solcx directory created."
fi
if [ ! -d "/home/runner/.vvm" ]; then
mkdir "/home/runner/.vvm"
echo "VVM directory created."
fi
if [ ! -d "/Users/runner/work/ape-titanoboa/ape-titanoboa/.build" ]; then
mkdir "/Users/runner/work/ape-titanoboa/ape-titanoboa/.build"
echo ".build directory created."
fi
shell: /bin/bash --noprofile --norc -e -o pipefail {0}
env:
pythonLocation: /Users/runner/hostedtoolcache/Python/3.11.9/arm64
PKG_CONFIG_PATH: /Users/runner/hostedtoolcache/Python/3.11.9/arm64/lib/pkgconfig
Python_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.11.9/arm64
Python2_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.11.9/arm64
Python3_ROOT_DIR: /Users/runner/hostedtoolcache/Python/3.11.9/arm64
mkdir: /home/runner: No such file or directory
This is the first time using the action for this project, may be relevant
The text was updated successfully, but these errors were encountered:
Operating System
macOS (Apple Silicon)
Reproduction code
Getting
This is the first time using the action for this project, may be relevant
The text was updated successfully, but these errors were encountered: