Skip to content

Commit

Permalink
add step to set rights
Browse files Browse the repository at this point in the history
  • Loading branch information
florianschoffke committed Nov 28, 2023
1 parent 35c343a commit 82d32aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Set rights
run: sudo chown -R $USER "/Users/runner/.npm"

# Java and .NET are already installed on ubuntu-latest

Expand Down

0 comments on commit 82d32aa

Please sign in to comment.