Closed gpelouze closed 8 months ago
We can try:
- name: Free Up GitHub Actions Ubuntu Runner Disk Space
uses: jlumbroso/free-disk-space@main
with:
# This might remove tools that are actually needed, if set to "true" but frees about 6 GB
tool-cache: false
# All of these default to true, but feel free to set to "false" if necessary for your workflow
android: true
dotnet: true
haskell: true
large-packages: true
swap-storage: true
This also exists: https://github.com/marketplace/actions/maximize-build-disk-space
We also have the issue on Push naavre-jupyter-laserfarm
Fixed by #4
We get the error message:
This already happened https://github.com/QCDIS/NaaVRE. While it happens less often here, it didn’t entirely disappear.
If it cannot be solved on GitHub runners, it could require to use self-hosted ones for building
naavre-jupyter-*
.