diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ddee7ff..7cbd228 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,8 +86,6 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v1 - with: - fetch-depth: 1 - name: Install packages (Ubuntu) if: matrix.os == 'ubuntu-18.04' @@ -185,8 +183,6 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v1 - with: - fetch-depth: 1 - name: Install Rust uses: actions-rs/toolchain@v1 with: