Skip to content

Commit 3794111

Browse files
authored
Update rust.yml
1 parent 55af44b commit 3794111

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16+
- name: Install dependencies
17+
run: brew install llvm
1618
- name: Build
1719
run: cargo build --all --all-targets
1820
- name: Run tests

0 commit comments

Comments
 (0)