Skip to content

Commit

Permalink
move RVM install to GHA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Aug 28, 2024
1 parent 02dbd5f commit f9e77dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- run: \curl -sSL https://get.rvm.io | bash
- run: xargs -I{} "$HOME/.rvm/bin/rvm" install ruby-{} < packaging/binaries/shared/definitions/ruby_versions
- run: ./dev/ci/tests/binaries/prepare-macos
- run: ./dev/ci/tests/binaries/build-macos
- uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion packaging/binaries

0 comments on commit f9e77dd

Please sign in to comment.