summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ddee7ff8..7cbd2285 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: