File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 37
37
# https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
38
38
uses : ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
39
39
with :
40
- ruby-version : ' 3.1 ' # Not needed with a .ruby-version file
40
+ ruby-version : " 3.4 " # Not needed with a .ruby-version file
41
41
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
42
- cache-version : 0 # Increment this number if you need to re-download cached gems
42
+ cache-version : 1 # Increment this number if you need to re-download cached gems
43
43
- name : Setup Pages
44
44
id : pages
45
45
uses : actions/configure-pages@v5
Original file line number Diff line number Diff line change 16
16
buildInputs = [
17
17
pkgs . ruby_3_4
18
18
pkgs . rubyPackages_3_4 . jekyll
19
+ pkgs . act
19
20
] ;
20
21
shellHook = ''
21
22
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH_FOR_TARGET;
You can’t perform that action at this time.
0 commit comments