Skip to content

Commit

Permalink
Setting ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveBathnes committed Mar 6, 2024
1 parent 713a40c commit 0eea79a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/generate_tiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set owner of working dir recurively (Linux)
run: sudo chown -R $(whoami) .

- name: set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
Expand Down

0 comments on commit 0eea79a

Please sign in to comment.