Skip to content

Commit

Permalink
Switched to new cross-gem action [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Apr 1, 2024
1 parent 9af3570 commit 0d00abc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
# TODO switch to oxidize-rb/actions/cross-gem when setup supported
- uses: oxidize-rb/cross-gem-action@main
- uses: oxidize-rb/actions/cross-gem@v1
id: cross-gem
with:
platform: ${{ matrix.platform }}
version: latest
ruby-versions: "3.3,3.2,3.1"
setup: |
bundle install
${{ matrix.setup }}
use-ruby-linker-for-cargo: ${{ matrix.platform == 'aarch64-linux' }}
# pre-script: ${{ matrix.setup }}
- uses: actions/upload-artifact@v3
with:
name: cross-gem
path: ${{ steps.cross-gem.outputs.gem-path }}

0 comments on commit 0d00abc

Please sign in to comment.