Skip to content

Commit b83b860

Browse files
authored
Update rust.yml
1 parent 6afa264 commit b83b860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: macos
1+
name: CI
22

33
on:
44
push:
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
usesh: true
3535
sync: rsync
36-
prepare: pkg install -y bash gmake rust git
36+
prepare: pkg install -y bash gmake rust git clang
3737
run: |
3838
git submodule sync
3939
git submodule update --init

0 commit comments

Comments
 (0)