summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorStephan Dilly <dilly.stephan@gmail.com>2021-05-11 18:26:12 +0200
committerGitHub <noreply@github.com>2021-05-11 18:26:12 +0200
commitf30ec498862115dd9b14aa8b2d1836e00336c43e (patch)
tree0c6bdb92211debc8e712996404884211d13140c9 /.github
parentbc7cef747c5f2973f788752b3ba9b6b0dc4e4864 (diff)
show merge head ids in merge state (#697)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 24e953ea..1bedeb35 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
- name: MacOS Workaround
if: matrix.os == 'macos-latest'
- run: cargo clean --locked -p serde_derive -p thiserror
+ run: cargo clean -p serde_derive -p thiserror
- name: Install Rust
uses: actions-rs/toolchain@v1