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 55af44b commit 3794111Copy full SHA for 3794111
.github/workflows/rust.yml
@@ -13,6 +13,8 @@ jobs:
13
14
steps:
15
- uses: actions/checkout@v2
16
+ - name: Install dependencies
17
+ run: brew install llvm
18
- name: Build
19
run: cargo build --all --all-targets
20
- name: Run tests
0 commit comments