Skip to content

Commit 03bef85

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.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/[email protected]
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)