Skip to content

Commit

Permalink
Merge pull request #370 from aaronmallen/fix-the-build
Browse files Browse the repository at this point in the history
fix the build
  • Loading branch information
aaronmallen authored Oct 1, 2023
2 parents ad69a4a + 9f353a7 commit 9460cfa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-ruby@v1.1.2
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
bundler-cache: true
- name: Publish to RubyGems
run: |
mkdir -p $HOME/.gem
Expand Down

0 comments on commit 9460cfa

Please sign in to comment.