Skip to content

Commit

Permalink
Add step to setup self-hosted runner access
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanl-bq committed Jun 26, 2024
1 parent 8d7377d commit d31304b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ jobs:
runs-on: ${{ matrix.host.RUNNER }}

steps:
- name: Setup self-hosted runner access
if: ${{ contains(matrix.build.RUNNER, 'self-hosted') && matrix.build.TARGET != 'aarch64-unknown-linux-musl' }}
run: sudo chown -R $USER:$USER /home/ubuntu/actions-runner/_work/glide-for-redis

- uses: actions/checkout@v4
with:
submodules: recursive
Expand Down

0 comments on commit d31304b

Please sign in to comment.