Skip to content

Commit

Permalink
permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
grg-haas committed Mar 30, 2024
1 parent 48d28ef commit d81f74d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ jobs:
dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -n
# 8.4G: Contains a bunch of cached tools (none of which we use)
rm -rf /opt/hostedtoolcache
sudo rm -rf /opt/hostedtoolcache
# 10.1G: Android and javascript
rm -rf /usr/local/lib/{android,node_modules}
sudo rm -rf /usr/local/lib/{android,node_modules}
# 1.9G: Powrshell documentation??
rm -rf /usr/local/share/powershell
sudo rm -rf /usr/local/share/powershell
# Install build dependencies
- name: Install dependencies
Expand Down

0 comments on commit d81f74d

Please sign in to comment.