More free space on Github runners to fix failing tests

This commit is contained in:
Alexander Borsuk 2022-01-02 21:44:29 +01:00
parent 0b938b9bb8
commit 3a388fa91a

View file

@ -27,6 +27,11 @@ jobs:
CMAKE_BUILD_TYPE: [Debug, RelWithDebInfo]
steps:
- name: Free disk space by removing .NET, Android and Haskell
shell: bash
run: |
sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc
- name: Checkout sources
uses: actions/checkout@v2