Skip to content

Commit

Permalink
Change GHC location
Browse files Browse the repository at this point in the history
  • Loading branch information
tautschnig committed Aug 23, 2023
1 parent a0e6967 commit 1aab7a4
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ runs:
# inspired by https://github.com/easimon/maximize-build-space/blob/master/action.yml
df -h
echo $PATH
ls /
ls /opt
ls -la /usr/local/.ghcup/bin
ls -la /home/runner/.dotnet/tools
which ghc
sudo rm -r /usr/share/dotnet /usr/local/lib/android /opt/ghc
du -hs /usr/share/dotnet
du -hs /usr/local/lib/android
ls -la /usr/local
du -hs /usr/local/.ghcup
sudo rm -r /usr/share/dotnet /usr/local/lib/android /usr/local/.ghcup
df -h
- name: Install dependencies
Expand Down

0 comments on commit 1aab7a4

Please sign in to comment.