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 77f779d commit ca49ac9Copy full SHA for ca49ac9
.github/workflows/test.yml
@@ -38,6 +38,8 @@ jobs:
38
components: clippy, rustfmt
39
- name: Cache
40
uses: Swatinem/rust-cache@v2
41
+ - name: Add rustup target
42
+ run: rustup target add ${{ matrix.target }}
43
44
- name: Diagnostics on Windows
45
if: matrix.os == 'windows-latest'
0 commit comments