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 e8ff660 commit 363878f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sub-image-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3
- name: Setup rust
run: |
rustup toolchain install
rustup toolchain install clippy
rustup target add aarch64-unknown-linux-gnu
- name: Cache target
uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit 363878f

Please sign in to comment.