We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca5d437 commit ee44551Copy full SHA for ee44551
.github/workflows/test.yml
@@ -28,7 +28,7 @@ jobs:
28
runs-on: ${{ matrix.os }}
29
steps:
30
- uses: actions/checkout@v3
31
- - run: rustup target add ${{ matrix.target }
+ - run: rustup target add ${{ matrix.target }}
32
- name: Cache
33
uses: Swatinem/rust-cache@v2
34
with:
0 commit comments