Closed iptizer closed 1 month ago
I'm having the same issue. Apparently you have to add a step to the workflow to install Gems. Then add a gemfile to your repo. I haven't tried the last step yet.
Specifically, this works:
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
No Gemfile
was required.
Specifically, this works:
- uses: ruby/setup-ruby@v1 with: ruby-version: '3.3'
No
Gemfile
was required.
I had to add to the runner PATH:
- run: echo "/home/runner/.local/share/gem/ruby/3.3.0/bin" >> $GITHUB_PATH
Last working date: 22. September 2023 First not working day: 27. September 2023
Error message as below.
Environment:
Details: