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 97dfb2d commit 4c91cd4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,12 @@ jobs:

- name: install dependencies.
run: |
sudo apt-get update -y
sudo apt-get install -y cloud-utils
whoami
ls -ltrh /
ls -ltrh /opt
ls -ltrh /opt/hostedtoolcache
sudo apt-get update -y
sudo apt-get install -y cloud-utils
- uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 4c91cd4

Please sign in to comment.