chore: add GitHub Actions workaround for bundle install#392
Merged
chris-olszewski merged 1 commit intomainfrom Feb 18, 2026
Merged
chore: add GitHub Actions workaround for bundle install#392chris-olszewski merged 1 commit intomainfrom
chris-olszewski merged 1 commit intomainfrom
Conversation
cretz
approved these changes
Feb 18, 2026
| cargo-cache: true | ||
| cache-version: v1-source | ||
|
|
||
| - name: Fix gem directory permissions |
Member
There was a problem hiding this comment.
Would temporarily have this job run in CI to confirm it works, and also maybe put the link to the related GH issue in a comment above this line
949887e to
8f63ea9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What was changed
Remove write permission on Ruby Gem directory
Why?
At the moment we are unable to build our source gem on main: https://github.com/temporalio/sdk-ruby/actions/runs/22143148493/job/64021003210
This is due to a current issue with the GitHub Actions runner: actions/runner-images#13647
Checklist
Closes N/A
How was this tested:
CI: https://github.com/temporalio/sdk-ruby/actions/runs/22146255184/job/64024173178?pr=392
Any docs updates needed?
N/A