Skip to content

Commit

Permalink
add permission to home directory
Browse files Browse the repository at this point in the history
  • Loading branch information
rasswanth-s committed Oct 11, 2024
1 parent e95a044 commit 6c586c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
# runs-on: ${{ matrix.os }}
runs-on: ${{ matrix.runner }}
steps:
- name: Permission to home directory
run: |
sudo chown -R $USER:$USER $HOME
- name: Install Git
if: runner.os == 'Linux'
Expand Down

0 comments on commit 6c586c6

Please sign in to comment.