Skip to content

Commit

Permalink
debug:
Browse files Browse the repository at this point in the history
  Entries added to PATH to use selected Ruby:
    /opt/hostedtoolcache/Ruby/3.0.4/x64/bin
Error: Error: EACCES: permission denied, mkdir '/opt/hostedtoolcache'
  • Loading branch information
yardenasadosa committed Apr 2, 2024
1 parent 57086b3 commit 97dfb2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
run: |
sudo apt-get update -y
sudo apt-get install -y cloud-utils
whoami
ls -ltrh /opt
ls -ltrh /opt/hostedtoolcache
- uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 97dfb2d

Please sign in to comment.