Skip to content

Commit

Permalink
add rustfmt on CI, fixed building failure on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
liangping committed Apr 14, 2020
1 parent 59df47a commit 6e1b8b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- uses: hecrj/setup-rust-action@v1
with:
rust-version: stable
components: rustfmt
- uses: actions/checkout@v1
- name: Build
run: cargo build --release
Expand Down

0 comments on commit 6e1b8b8

Please sign in to comment.