Skip to content

Commit

Permalink
ci: add Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Aug 14, 2023
1 parent 1725bd3 commit 41c531d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,15 @@ jobs:
bundler-cache: true
- name: Run the default task
run: bundle exec rake
build-win:
runs-on: windows-latest
name: Ruby 3.2 (Windows)
steps:
- uses: actions/checkout@v3
- name: Set up Ruby 3.2
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
bundler-cache: true
- name: Build and test with Rake
run: bundle exec rake

0 comments on commit 41c531d

Please sign in to comment.