Added additionnal clean task for Windows

This commit is contained in:
Raphaël Walther
2022-04-11 09:39:01 +02:00
parent be4bc2bdcc
commit b6ffe8664c
+5
View File
@@ -75,6 +75,11 @@ jobs:
command: clippy
args: --workspace --all-targets -- -D warnings
- name: Reclaim some disk space (because Windows is being annoying)
uses: actions-rs/cargo@v1
if: ${{ matrix.os == 'windows-latest' }}
with:
command: clean
# COCONUT stuff
- name: Build all binaries with coconut enabled