From 8f63ea9a85a79c6eda294ee2af0bcc60ab1b2454 Mon Sep 17 00:00:00 2001 From: Chris Olszewski Date: Wed, 18 Feb 2026 10:23:09 -0500 Subject: [PATCH] chore: add GHA workaround for bundle install --- .github/workflows/build-gems.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-gems.yml b/.github/workflows/build-gems.yml index 0c1b72cf..f28e7a62 100644 --- a/.github/workflows/build-gems.yml +++ b/.github/workflows/build-gems.yml @@ -68,6 +68,9 @@ jobs: cargo-cache: true cache-version: v1-source + - name: Fix gem directory permissions + run: chmod -R o-w "$RUNNER_TOOL_CACHE/Ruby" || true + - name: Install bundle working-directory: ./temporalio run: bundle install