We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f52f5e commit 74daf07Copy full SHA for 74daf07
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