File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 44 version :
55 description : ' The version of Ruby to install'
66 required : true
7+ openssl-version :
8+ description : ' The version of OpenSSL used'
9+ required : true
710
811runs :
912 using : ' composite'
1316 uses : actions/cache/restore@v4
1417 with :
1518 path : ~/rubies/ruby-${{ inputs.version }}
16- key : ruby-${{ inputs.version }}-openssl-1.1.1w
19+ key : ruby-${{ inputs.version }}-${{ inputs. openssl-version }}
1720
1821 - name : Install Ruby
1922 if : steps.cache-ruby-restore.outputs.cache-hit != 'true'
6568 GEMFILE : ${{ env.BUNDLE_GEMFILE || 'Gemfile' }}
6669 with :
6770 path : ../vendor/bundle
68- key : bundler-ruby-${{ inputs.version }}-openssl-1.1.1w -${{ hashFiles(env.Gemfile, 'webauthn.gemspec') }}
71+ key : bundler-ruby-${{ inputs.version }}-${{ inputs. openssl-version }} -${{ hashFiles(env.Gemfile, 'webauthn.gemspec') }}
6972
7073 - name : Install dependencies
7174 if : steps.cache-bundler-restore.outputs.cache-hit != 'true'
Original file line number Diff line number Diff line change 4343 uses : ./.github/actions/install-ruby
4444 with :
4545 version : ${{ matrix.ruby }}
46+ openssl-version : " 1.1.1w"
4647
4748 - name : Set up Ruby
4849 if : matrix.ruby == 'truffleruby'
You can’t perform that action at this time.
0 commit comments