Skip to content

Commit

Permalink
chore: update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryJobst authored Dec 24, 2024
1 parent 3b40fa7 commit 4346668
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
ruby-version: 'head'
- name: Install ocra
run: gem install ocra
- name: Build Binary
Expand Down

0 comments on commit 4346668

Please sign in to comment.