1 parent 444dab5 commit 5b3d7b2Copy full SHA for 5b3d7b2
1 file changed
.github/workflows/ci.yaml
@@ -89,6 +89,8 @@ jobs:
89
# figure out native target triple while we're at it
90
- name: install rust-toolchain
91
run: echo "TARGET=$(rustc --print host-tuple)" >> "$GITHUB_ENV"
92
+ - name: Install rustup components
93
+ run: rustup component add rustfmt clippy
94
- name: xtask cargo fetch --locked
95
run: cd xtask && cargo fetch --locked --target $TARGET
96
- name: xtask build
@@ -112,6 +114,8 @@ jobs:
112
114
113
115
116
117
118
119
120
run: cd xtask && cargo fetch --locked
121
0 commit comments