Skip to content

Commit

Permalink
ci(actions): install toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Aug 26, 2022
1 parent a6b7b2d commit 2c0f34f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_test_deploy.yml
Expand Up @@ -154,6 +154,7 @@ jobs:
- name: Check
if: ${{ steps.swc-change.outputs.SWC_CHANGE == 'yup' }}
run: |
rustup component add rustfmt --toolchain nightly-2022-06-12-x86_64-unknown-linux-gnu
cargo fmt -- --check
cargo clippy --all -- -D warnings
working-directory: packages/next-swc
Expand Down

0 comments on commit 2c0f34f

Please sign in to comment.