Skip to content

Commit

Permalink
Fix: Fix rustup command
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Oct 2, 2023
1 parent 363878f commit d86970d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sub-image-check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "[sub-image] Lint with black"
name: "[sub-image] Lint and build"

on:
push:
Expand All @@ -18,7 +18,8 @@ jobs:
uses: actions/checkout@v3
- name: Setup rust
run: |
rustup toolchain install clippy
rustup component add clippy
rustup target add x86_64-unknown-linux-gnu
rustup target add aarch64-unknown-linux-gnu
- name: Cache target
uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit d86970d

Please sign in to comment.