ci: bandaid for running out of disk space on ubuntu

This commit is contained in:
Jon Häggblad
2023-02-22 09:22:35 +01:00
parent 71b5477334
commit af9df88a48
+1 -1
View File
@@ -65,7 +65,7 @@ jobs:
- name: Reclaim some disk space (because Windows is being annoying)
uses: actions-rs/cargo@v1
if: ${{ matrix.os == 'windows-latest' }}
if: ${{ matrix.os == 'windows-latest' || matrix.os == 'ubuntu-20.04' }}
with:
command: clean