Skip to content

Commit 2e8ebb3

Browse files
authored
Update rust.yml
1 parent 3794111 commit 2e8ebb3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: Install dependencies
17-
run: brew install llvm
17+
run: |
18+
brew install llvm
19+
rustup component add rustfmt --toolchain stable-x86_64-apple-darwin
1820
- name: Build
1921
run: cargo build --all --all-targets
2022
- name: Run tests

0 commit comments

Comments
 (0)