Skip to content

Commit

Permalink
Change owner of current directory (fix for npm/cli#4589)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhriemers committed Aug 28, 2022
1 parent 56ffeed commit 3aea2f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/bat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,5 @@ jobs:
- run: npm run build
- run: npm run package
# Fix for issue npm/cli#4589
- run: chown -R 1001:121 "$WINEPREFIX"
- run: ls -nd "$WINEPREFIX"
- run: chown -R root:root .
- run: npm run test:int

0 comments on commit 3aea2f9

Please sign in to comment.