Skip to content

Commit 02f9b6e

Browse files
authored
Merge pull request #299 from ydah/fix-rubyversion
Fix Ruby version in GitHub Actions workflow to avoid errors during setup
2 parents e1e6e76 + 546fbf7 commit 02f9b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Ruby
2525
uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 # v1.196.0
2626
with:
27-
ruby-version: "3.4"
27+
ruby-version: "3.3" # TODO: Temporarily avoids the error if 3.4 is specified. (https://github.com/ruby/racc/actions/runs/18798977070/job/53643662504)
2828
bundler-cache: true
2929
- name: Setup Pages
3030
id: pages

0 commit comments

Comments
 (0)