Skip to content

Commit ee44551

Browse files
authored
fix test.yml
1 parent ca5d437 commit ee44551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ${{ matrix.os }}
2929
steps:
3030
- uses: actions/checkout@v3
31-
- run: rustup target add ${{ matrix.target }
31+
- run: rustup target add ${{ matrix.target }}
3232
- name: Cache
3333
uses: Swatinem/rust-cache@v2
3434
with:

0 commit comments

Comments
 (0)