You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- name: free up disk spaceif: runner.os != 'Windows'run: | # Rust uses a lot of disk space, free up some space # https://github.com/actions/runner-images/issues/2840 sudo rm -rf "$AGENT_TOOLSDIRECTORY"