Skip to content

Commit

Permalink
ci: ensure /github/home is owned by the CI user
Browse files Browse the repository at this point in the history
Signed-off-by: Mustafa Kemal Gilor <[email protected]>
  • Loading branch information
xmkg committed May 10, 2024
1 parent 72567f9 commit 673d0b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
container: ${{ matrix.vars.container }} # github actions will ignore this when unset
steps:
- uses: actions/checkout@v3
- name: Change ownership of /github/home
run: sudo chown -R $(whoami) /github/home
- name: Install Dependencies
run: |
if [[ "$EUID" -ne 0 ]]; then
Expand Down

0 comments on commit 673d0b3

Please sign in to comment.