Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mkdir no file or directory #36

Open
antazoey opened this issue Jan 6, 2025 · 2 comments
Open

mkdir no file or directory #36

antazoey opened this issue Jan 6, 2025 · 2 comments
Assignees

Comments

@antazoey
Copy link
Member

antazoey commented Jan 6, 2025

Operating System

macOS (Apple Silicon)

Reproduction code

Getting

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

Copy link

linear bot commented Jan 6, 2025

@antazoey
Copy link
Member Author

antazoey commented Jan 7, 2025

btw this seems to have fixed my issue

@antazoey antazoey self-assigned this Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant