Skip to content

Commit a391d05

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/rust.yml

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

0 commit comments

Comments
 (0)