Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/build-gems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
cargo-cache: true
cache-version: v1-source

- name: Fix gem directory permissions
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

run: chmod -R o-w "$RUNNER_TOOL_CACHE/Ruby" || true

- name: Install bundle
working-directory: ./temporalio
run: bundle install
Expand Down
Loading