Skip to content

Commit 03bef85

Browse files
committed
Install rake-compiler for trusted publisher
1 parent ea48770 commit 03bef85

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/push_gem.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ jobs:
4646
- name: Configure trusted publishing credentials
4747
uses: rubygems/configure-rubygems-credentials@v1.0.0
4848

49+
- name: Install dependencies
50+
run: gem install rake-compiler
51+
shell: bash
52+
4953
- name: Run release rake task
5054
run: rake release
5155
shell: bash

0 commit comments

Comments
 (0)