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 e1e6e76 + 546fbf7 commit 02f9b6eCopy full SHA for 02f9b6e
.github/workflows/gh-pages.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Setup Ruby
25
uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 # v1.196.0
26
with:
27
- ruby-version: "3.4"
+ ruby-version: "3.3" # TODO: Temporarily avoids the error if 3.4 is specified. (https://github.com/ruby/racc/actions/runs/18798977070/job/53643662504)
28
bundler-cache: true
29
- name: Setup Pages
30
id: pages
0 commit comments