Skip to content

Commit

Permalink
Try build on JRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Nov 1, 2023
1 parent 9a23a75 commit 447ffd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
echo "pkg=${GITHUB_REPOSITORY#*/}-${RUNNING_OS%-*}" >> $GITHUB_OUTPUT
env:
RUNNING_OS: ${{matrix.os}}
if: ${{matrix.ruby == needs.ruby-versions.outputs.latest}}
if: ${{ matrix.ruby == needs.ruby-versions.outputs.latest || matrix.ruby == 'jruby-head' }}
shell: bash
- name: Upload package
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 447ffd0

Please sign in to comment.