Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryJobst authored Dec 24, 2024
1 parent fb8818c commit bab11f6
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 @@ -3,15 +3,15 @@ name: Build Windows Binary
on:
push:
branches:
- main
- master

jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf
with:
ruby-version: '3.3'
- name: Install ocra
Expand Down

0 comments on commit bab11f6

Please sign in to comment.