Skip to content

Commit

Permalink
Merge branch 'ruby-hostedcache-path-workaround'
Browse files Browse the repository at this point in the history
  • Loading branch information
paulolieuthier committed Sep 21, 2023
2 parents 688db34 + 1f73919 commit 417db23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkr/runner.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ build {
"sudo ln -s /usr/local/bin/gsed /usr/local/bin/sed",
"sudo git config --system credential.helper ''",

# ruby/setup-ruby expects writable /Users/runner/hostedtoolcache
"sudo mkdir -p /Users/runner/hostedtoolcache",
"sudo ln -s /Users/runner/hostedtoolcache /Users/vagrant/hostedtoolcache",
"sudo chown vagrant /Users/vagrant/hostedtoolcache /Users/runner/hostedtoolcache",

# don't install through brew because of installation errors
# "brew install --cask intel-haxm",
"curl -sSLfo haxm.zip https://github.com/intel/haxm/releases/download/v7.8.0/haxm-macosx_v7_8_0.zip",
Expand Down

0 comments on commit 417db23

Please sign in to comment.