Skip to content

Commit

Permalink
Test permissions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joakimk committed Dec 7, 2023
1 parent d3d6060 commit 5e58e11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- "3.0"

steps:
- name: Prepare
run: sudo mkdir -p /opt/hostedtoolcache && sudo chown runner -R /opt/hostedtoolcache
- uses: actions/checkout@v3
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 5e58e11

Please sign in to comment.