We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84607ec + 95e0156 commit 2669a85Copy full SHA for 2669a85
1 file changed
.github/workflows/build-rpi-github-hosted.yml
@@ -320,7 +320,8 @@ jobs:
320
- name: Run vagrant up
321
run: |
322
# TODO to solve "undefined method `exists?'" error
323
- sudo sed -i 's/exists?/exist?/g' /root/.vagrant.d/gems/3.3.6/gems/dotenv-0.11.1/lib/dotenv.rb
+ ruby_version=$(sudo /opt/vagrant/embedded/bin/ruby -e 'print "#{ RUBY_VERSION }"')
324
+ sudo find /root/.vagrant.d/gems/${ruby_version}/gems -name dotenv.rb -exec sed -i 's/exists?/exist?/g' {} \;
325
326
sudo vagrant up fedora
327
0 commit comments