Add an extra clean step in nightly build

This commit is contained in:
Raphaël Walther
2022-05-23 11:13:07 +02:00
parent ba7f535cb7
commit db743578a9
+6
View File
@@ -75,6 +75,12 @@ 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
uses: actions-rs/cargo@v1