We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcca759 commit ac397c3Copy full SHA for ac397c3
1 file changed
.github/actions/free-disk/action.yaml
@@ -5,5 +5,6 @@ runs:
5
using: "composite"
6
steps:
7
- name: Remove .NET, Android SDK, Haskell
8
+ if: runner.environment == 'github-hosted'
9
shell: bash
10
run: sudo rm -rf /usr/share/dotnet/ /usr/local/lib/android /opt/ghc /usr/local/.ghcup
0 commit comments