Skip to content

Commit

Permalink
Fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ljupcovangelski committed Feb 16, 2024
1 parent 12e3041 commit 828d97e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
sudo apt-get autoremove -y
sudo apt-get clean
docker images prune -a
rm -rf /usr/local/share/powershell
rm -rf /opt/hostedtoolcache
sudo rm -rf /usr/local/share/powershell
sudo rm -rf /opt/hostedtoolcache
df -h
- name: Build all artifacts
Expand Down

0 comments on commit 828d97e

Please sign in to comment.