forked from organicmaps/organicmaps
More free space on Github runners to fix failing tests
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
331414a95a
commit
9e72732140
1 changed files with 5 additions and 0 deletions
5
.github/workflows/linux-check.yaml
vendored
5
.github/workflows/linux-check.yaml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue