Skip to content

Commit

Permalink
Fix workspace ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
vmilosevic authored Oct 1, 2024
1 parent 46c78d4 commit f2cd518
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
runs-on: ${{ matrix.machine }}

steps:

- name: Fix ownership
run: |
sudo chown -R ubuntu:ubuntu $GITHUB_WORKSPACE
- uses: actions/checkout@v4

- name: Print machine info
Expand Down

0 comments on commit f2cd518

Please sign in to comment.