We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e8ebb3 commit a391d05Copy full SHA for a391d05
.github/workflows/rust.yml
@@ -14,9 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v2
16
- name: Install dependencies
17
- run: |
18
- brew install llvm
19
- rustup component add rustfmt --toolchain stable-x86_64-apple-darwin
+ run: rustup component add rustfmt --toolchain stable-x86_64-apple-darwin
20
- name: Build
21
run: cargo build --all --all-targets
22
- name: Run tests
0 commit comments