aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2022-12-16 00:52:46 +0100
committerHenrik Tjäder <henrik@tjaders.com>2022-12-16 00:52:46 +0100
commit51f1bce0779a009a6d2e2251403b9de3f8314dda (patch)
tree4f96e86197aabf7de049b7918dbffa68d77d0644 /.github/workflows
parent6dcd6a564a39eda7ebf18c42a1c814a3ea053965 (diff)
Forgot cargo...
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b134f03..bc1750e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -81,7 +81,7 @@ jobs:
uses: Swatinem/rust-cache@v2
- name: cargo clippy
- run: clippy
+ run: cargo clippy
# Verify all examples, checks
checkexamples: