summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorStephan Dilly <dilly.stephan@gmail.com>2020-11-07 21:37:26 +0100
committerStephan Dilly <dilly.stephan@gmail.com>2020-11-07 21:37:35 +0100
commita0ba3d461e06a44ee7852ec8462fec4641d0c253 (patch)
treed7f82468c55356c7a5c02ad6f02d35ee1059bf97 /.github
parentf74abfb6856d207353a45e7f86a7da09b808c607 (diff)
remove duplicate clean
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5c17418c..c2c9eb9d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -39,7 +39,6 @@ jobs:
- name: Run clippy
run: |
- cargo clean
make clippy
- name: Build Release