From b7aa944352ccbb2f6e80bd5e29bac291e4534c97 Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Tue, 25 Oct 2022 16:39:22 +0200 Subject: [PATCH] Temporarily clean repository before building on CI Co-Authored-By: Nathan Sobo --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 866d0acc0eb40355a09a0811e216cb8c5c0eeba0..3fd311362fad16ab07b0b0aa67b99a2d87b22549 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v2 with: - clean: false + clean: true - name: Run tests run: cargo test --workspace --no-fail-fast @@ -74,7 +74,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v2 with: - clean: false + clean: true - name: Validate version if: ${{ startsWith(github.ref, 'refs/tags/v') }}