More free space on Github runners to fix failing tests

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2022-01-02 21:44:29 +01:00 committed by Alexander Borsuk
parent 331414a95a
commit 9e72732140

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