Skip to content

Commit

Permalink
move gem home for system ruby on macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Aug 19, 2024
1 parent daa0298 commit f5526cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,13 @@ jobs:
homebrew_packaging:
name: 'Homebrew packaging unit tests'
runs-on: macos-latest
env:
GEM_HOME: ${{ env.RUNNER_WORKSPACE }}/.gem
steps:
- uses: actions/checkout@v4
with:
submodules: true
- run: printenv && which -a bundle
- run: printenv && which -a rake
- run: ./dev/ci/setup-host homebrew-packaging
- run: ./dev/ci/run-tests-natively homebrew-packaging
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f5526cf

Please sign in to comment.