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 Dec 7, 2023
1 parent 34e59bb commit f050ffb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ jobs:
- id: build
run: |
rake build
echo "pkg=${GITHUB_REPOSITORY#*/}-${RUNNING_OS%-*}" >> $GITHUB_OUTPUT
echo "pkg=${GITHUB_REPOSITORY#*/}-${PLATFORM:-${RUNNING_OS%-*}}" >> $GITHUB_OUTPUT
env:
RUNNING_OS: ${{matrix.os}}
if: ${{matrix.ruby == needs.ruby-versions.outputs.latest}}
PLATFORM: ${{ startsWith(matrix.ruby, 'jruby') && 'java' || '' }}
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 f050ffb

Please sign in to comment.