Skip to content

Commit

Permalink
try to fix EACCES: permission denied, mkdir '/github/home/.npm/_cacache/
Browse files Browse the repository at this point in the history
  • Loading branch information
pietheinstrengholt committed Nov 22, 2023
1 parent cd72f42 commit 451b4f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/azure-static-web-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
uses: actions/checkout@v3
with:
submodules: true
- name: Reclaim cache directory
run: chown -R 1001:1001 /github/home/.npm && echo "pwn dat cache"
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
Expand Down

0 comments on commit 451b4f5

Please sign in to comment.