Skip to content

Commit

Permalink
ci: add rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxcanfly committed Jan 30, 2025
1 parent bb7eab6 commit aac8259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ runs:
uses: "actions/checkout@v4"
- name: Install nightly toolchain
shell: bash
run: rustup update nightly && rustup default nightly
run: rustup update nightly && rustup default nightly && rustup component add rustfmt
- name: Setup Protoc
uses: taiki-e/install-action@protoc

0 comments on commit aac8259

Please sign in to comment.