Skip to content

Commit

Permalink
Add sudo
Browse files Browse the repository at this point in the history
Signed-off-by: egibs <[email protected]>
  • Loading branch information
egibs committed Aug 14, 2024
1 parent d120b8a commit a98f5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Fix zig-cache permissions
run: |
mkdir ${{ env.ZIG_USE_GLOBAL_CACHE_DIR }}
chown -R $(whoami):$(id -u) ${{ env.ZIG_USE_GLOBAL_CACHE_DIR }}
sudo chown -R $(whoami):$(id -u) ${{ env.ZIG_USE_GLOBAL_CACHE_DIR }}
env:
ZIG_USE_GLOBAL_CACHE_DIR: $HOME/zig-cache
- name: Set output
Expand Down

0 comments on commit a98f5af

Please sign in to comment.