Remove more stuff #14
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Free Disk Space (Ubuntu) | |
on: push | |
jobs: | |
free-disk-space: | |
runs-on: ubuntu-latest | |
steps: | |
# If there is a problem with this GitHub Actions, this step will fail | |
- name: Free Disk Space | |
uses: gruve-p/free-disk-space@main | |
with: | |
tool-cache: true | |
# all of these default to true, but feel free to set to | |
# false if necessary for your workflow | |
android: true | |
dotnet: true | |
haskell: true | |
docker-images: true | |
codeql-images: true | |
large-packages: true | |
swap-storage: true |