Skip to content

Commit

Permalink
Workaround for issue with upgrading bundler (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
VitaliySerov committed Jul 19, 2024
1 parent 5209e07 commit 19524f5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
# Until https://github.com/actions/runner-images/issues/10215
# is resolved
- name: Fix issue with ruby permissions
run: |
chmod -R o-w /opt/hostedtoolcache/Ruby
- name: Build and test with Rake
env:
DO_ACCESS_TOKEN: ${{ secrets.DO_ACCESS_TOKEN }}
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## unreleased (master)

### Changes

* [CI] Workaround for issue with upgrading bundler

## 0.9.0 (2024-07-05)

### New Features
Expand Down

0 comments on commit 19524f5

Please sign in to comment.