Skip to content

Commit

Permalink
Fix github workflow for ruby (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellovai authored Sep 3, 2024
1 parent 1c6c9d3 commit 5e4dcf1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-ruby-release.reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,13 @@ jobs:
# https://github.com/rake-compiler/rake-compiler-dock/issues/122
# for more details.
rb-sys-dock-setup: ./x86-64_linux-setup.sh
- platform: x86_64-linux
- platform: x86_64-linux-musl
- platform: aarch64-linux
- platform: aarch64-linux-musl
- platform: arm-linux
- platform: arm64-darwin
- platform: x64-mingw32
- platform: x86-mingw-ucrt
# - platform: x64-mingw32
# - platform: x86-mingw-ucrt

runs-on: ubuntu-latest
defaults:
Expand Down

0 comments on commit 5e4dcf1

Please sign in to comment.