Skip to content

Commit

Permalink
use rm
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Dec 19, 2024
1 parent 1b53bbb commit ea4054d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cpp-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:

steps:
- name: Remove unnecessary directories to free up space
if: runner.os != 'Windows'
run: |
sudo rm -rf /opt/hostedtoolcache/CodeQL
sudo rm -rf /usr/local/lib/android/sdk/ndk
Expand Down

0 comments on commit ea4054d

Please sign in to comment.